Welcome to decanter
Use Rust's built-in package manager crates to add decanter.
git clone https://github.com/scattered-systems/scsys
cd scsyscargo build --release --workspaceor
cargo build -F wasm --release --target wasm32-unknown-unknown --workspacecargo test --all -F full --releaseor
cargo test --all -F wasm --release --target wasm32-unknown-unknownuse 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.