4 releases
0.1.3 | Jan 21, 2023 |
---|---|
0.1.2 | Jan 17, 2023 |
0.1.1 | Jan 14, 2023 |
0.1.0 | Jul 25, 2022 |
#483 in Cryptography
1,086 downloads per month
Used in 15 crates
(9 directly)
7KB
131 lines
decanter
Welcome to decanter
Getting Started
Use Rust's built-in package manager crates to install scsys.
Building from the source
Clone the repository
git clone https://github.com/scattered-systems/scsys
cd scsys
Build the workspace locally
cargo xtask build
or
cargo xtask build --release
Auto
Automatically format and analyze the codebase before building then testing.
cargo xtask auto
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–2.6MB
~62K SLoC