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.
bash
git clone https://github.com/scattered-systems/scsys
cd scsys
bash
cargo build -v --workspace
or
bash
cargo build --release -v --workspace
Automatically format and analyze the codebase before building then testing.
bash
cargo test --all -F full --release -v
```rust use scsys::prelude::*;
fn main() {
println!("{:?}", Message::
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.