2 releases

0.1.1 Jan 16, 2025
0.1.0 Nov 26, 2024

#612 in Cryptography

Download history 140/week @ 2024-11-24 26/week @ 2024-12-01 23/week @ 2024-12-08 9/week @ 2024-12-15 5/week @ 2025-01-05 121/week @ 2025-01-12 29/week @ 2025-01-19 2/week @ 2025-01-26 7/week @ 2025-02-02

159 downloads per month
Used in picky-asn1-x509

MIT/Apache

285KB
104 lines

picky-rs

Collection of crates related to cryptographic primitives, ASN.1 and PKI. See each folder for individual description.

Release workflow

  • Create a new branch
  • Make sure dependencies are up to date (cargo upgrade from cargo-edit companion will help)
  • Make sure CHANGELOG.md files are up to date
  • Open Pull Request for review
  • Once CI is green and PR is approved, use cargo-release for each crate to release
    • cargo release <NEXT VERSION>-rc.<RC NUMBER> to release a new candidate version (do not finalize changelog)
    • cargo release, cargo release patch, cargo release minor, or cargo release major as appropriate otherwise. Refer to cargo-release's reference
  • Merge PR using merge commit to preserve commits hash

(TODO: move the last two steps to GitHub Actions)


lib.rs:

Test data shared between various picky crates.

No runtime deps