Crates.io | scsys-gen |
lib.rs | scsys-gen |
version | 0.1.41 |
source | src |
created_at | 2022-11-19 18:10:11.927878 |
updated_at | 2023-01-21 16:07:44.49864 |
description | scsys-gen |
homepage | https://github.com/scattered-systems/scsys/wiki |
repository | https://github.com/scattered-systems/scsys |
max_upload_size | |
id | 718631 |
size | 4,548 |
Welcome to scsys, this repository is home to mission-critical primitives and utilities leveraged throughout the ecosystem.
Use Rust's built-in package manager crates to install scsys.
git clone https://github.com/scattered-systems/scsys
cd scsys
cargo build -v --workspace
or
cargo build --release -v --workspace
Automatically format and analyze the codebase before building then testing.
cargo test --all -F full --release -v
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.