| Crates.io | decanter |
| lib.rs | decanter |
| version | 0.1.6 |
| created_at | 2022-07-25 21:35:54.136108+00 |
| updated_at | 2023-10-07 17:58:31.182384+00 |
| description | This crate implements basic cryptographic primitives native to the ecosystem |
| homepage | https://github.com/FL03/decanter/wiki |
| repository | https://github.com/FL03/decanter |
| max_upload_size | |
| id | 632841 |
| size | 55,021 |
Welcome to decanter
Use Rust's built-in package manager crates to add decanter.
git clone https://github.com/scattered-systems/scsys
cd scsys
cargo build --release --workspace
or
cargo build -F wasm --release --target wasm32-unknown-unknown --workspace
cargo test --all -F full --release
or
cargo test --all -F wasm --release --target wasm32-unknown-unknown
use scsys::prelude::*;
fn main() {
println!("{:?}", Message::<String>::default());
}
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.