#scsys #primitive #distributed-systems #blockchain

no-std scsys-actors

scsys is a collection of primitives and utilities for use throughout the ecosystem

13 releases

0.2.2 May 11, 2024
0.2.1 Apr 28, 2024
0.2.0 Mar 16, 2024
0.1.42 Mar 28, 2023
0.1.35 Nov 29, 2022

#2962 in Magic Beans

Download history 45/week @ 2024-02-05 71/week @ 2024-02-12 41/week @ 2024-02-19 97/week @ 2024-02-26 132/week @ 2024-03-04 321/week @ 2024-03-11 109/week @ 2024-03-18 88/week @ 2024-03-25 122/week @ 2024-04-01 44/week @ 2024-04-08 63/week @ 2024-04-15 157/week @ 2024-04-22 119/week @ 2024-04-29 239/week @ 2024-05-06 76/week @ 2024-05-13 83/week @ 2024-05-20

609 downloads per month
Used in 8 crates (via scsys)

Apache-2.0

69KB
2K SLoC

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

~1–3.5MB
~62K SLoC