#blockchain #primitives #scsys

scsys

scsys lays the foundation for the Scattered-Systems ecosystem, delivering critical primitives throughout

42 releases

new 0.1.42 Mar 28, 2023
0.1.41 Jan 21, 2023
0.1.38 Dec 24, 2022
0.1.35 Nov 29, 2022
0.1.7 Jul 28, 2022

#797 in Magic Beans

Download history 369/week @ 2022-12-06 298/week @ 2022-12-13 406/week @ 2022-12-20 660/week @ 2022-12-27 590/week @ 2023-01-03 353/week @ 2023-01-10 393/week @ 2023-01-17 311/week @ 2023-01-24 304/week @ 2023-01-31 295/week @ 2023-02-07 421/week @ 2023-02-14 323/week @ 2023-02-21 257/week @ 2023-02-28 219/week @ 2023-03-07 316/week @ 2023-03-14 228/week @ 2023-03-21

1,062 downloads per month
Used in 34 crates (29 directly)

Apache-2.0

28KB
401 lines

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

~0–4MB
~96K SLoC