#hash #cryptography #primitive #ecosystem #scsys #basic #decanter

macro decanter-derive

This crate implements basic cryptographic primitives native to the ecosystem

6 releases

0.1.6 Oct 7, 2023
0.1.5 Apr 12, 2023
0.1.3 Jan 21, 2023

#18 in #scsys

Download history 196/week @ 2023-12-18 169/week @ 2023-12-25 114/week @ 2024-01-01 102/week @ 2024-01-08 70/week @ 2024-01-15 31/week @ 2024-01-22 30/week @ 2024-01-29 68/week @ 2024-02-05 104/week @ 2024-02-12 166/week @ 2024-02-19 186/week @ 2024-02-26 81/week @ 2024-03-04 104/week @ 2024-03-11 121/week @ 2024-03-18 147/week @ 2024-03-25 227/week @ 2024-04-01

620 downloads per month
Used in 15 crates (via decanter)

Apache-2.0

20KB
437 lines

decanter

Clippy Rust crates.io docs.rs


Welcome to decanter

Getting Started

Use Rust's built-in package manager crates to add decanter.

Building from the source

Clone the repository

git clone https://github.com/scattered-systems/scsys
cd scsys

Build the workspace locally

cargo build --release --workspace

or

cargo build -F wasm --release --target wasm32-unknown-unknown --workspace

Testing

cargo test --all -F full --release

or

cargo test --all -F wasm --release --target wasm32-unknown-unknown

Usage

use scsys::prelude::*;

fn main() {
  println!("{:?}", Message::<String>::default());
}

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

Dependencies

~0.7–1.5MB
~34K SLoC