Publish Crate

    Steps to publish 🔗

    Source: https://doc.rust-lang.org/cargo/reference/publishing.html

    These instructions assume that you have signed up on crates.io and are logged in locally in cargo.

    • Ensure version has been updated as the same version cannot be published twice

    • Test packaging the crate

      cargo package
      

      or

      cargo publish --dry-run
      
    • Then publish

      cargo publish