#primitive #blockchain

scsys

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

44 releases

0.2.0 Mar 16, 2024
0.1.42 Mar 28, 2023
0.1.38 Dec 24, 2022
0.1.35 Nov 29, 2022
0.1.7 Jul 28, 2022

#677 in Magic Beans

Download history 31/week @ 2023-12-06 55/week @ 2023-12-13 58/week @ 2023-12-20 33/week @ 2023-12-27 32/week @ 2024-01-03 68/week @ 2024-01-10 45/week @ 2024-01-17 20/week @ 2024-01-24 21/week @ 2024-01-31 45/week @ 2024-02-07 73/week @ 2024-02-14 48/week @ 2024-02-21 102/week @ 2024-02-28 415/week @ 2024-03-06 333/week @ 2024-03-13 87/week @ 2024-03-20

940 downloads per month
Used in 28 crates (23 directly)

Apache-2.0

48KB
991 lines

scsys

Clippy Rust crates.io docs


Welcome to scsys, this crate is dedicated to supporting the Scattered-Systems, DAO LLC ecosystem and inspires to be a well-designed wrapper around the standard Rust library that facilitates the creation of dynamic, distributed systems.

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

Testing

Automatically format and analyze the codebase before building then testing.

cargo test --all-features -r -v --workspace

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

~2.9–6MB
~110K SLoC