14 releases

0.1.41 Jan 21, 2023
0.1.40 Jan 3, 2023
0.1.38 Dec 24, 2022
0.1.35 Nov 29, 2022

#432 in WebAssembly

Download history 1/week @ 2024-02-21 7/week @ 2024-02-28 88/week @ 2024-03-06 54/week @ 2024-03-13

150 downloads per month

Apache-2.0

5KB

scsys

Clippy Rust crates.io docs.rs


Welcome to scsys, this repository is home to mission-critical primitives and utilities leveraged throughout the ecosystem.

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 build -v --workspace

or

cargo build --release -v --workspace

Testing

Automatically format and analyze the codebase before building then testing.

cargo test --all -F full --release -v

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

~300–760KB
~13K SLoC