7 releases
0.1.6 | Oct 7, 2023 |
---|---|
0.1.5 | Apr 12, 2023 |
0.1.3 | Jan 21, 2023 |
0.1.0 | Jul 25, 2022 |
#490 in Cryptography
167 downloads per month
Used in 14 crates
(9 directly)
39KB
1K
SLoC
decanter
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
~2.9–6.5MB
~154K SLoC