Crates.io | decanter-crypto |
lib.rs | decanter-crypto |
version | 0.1.6 |
source | src |
created_at | 2023-01-14 18:24:02.969851 |
updated_at | 2023-10-07 17:52:39.58513 |
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 | 758978 |
size | 8,018 |
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.