Crates.io | scsys-core |
lib.rs | scsys-core |
version | 0.2.2 |
source | src |
created_at | 2022-08-02 22:14:59.970505 |
updated_at | 2024-05-11 20:34:14.867331 |
description | scsys is a collection of primitives and utilities for use throughout the ecosystem. |
homepage | https://github.com/scattered-systems/scsys/wiki |
repository | https://github.com/scattered-systems/scsys |
max_upload_size | |
id | 637592 |
size | 46,453 |
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.
Use Rust's built-in package manager crates to install scsys.
git clone https://github.com/scattered-systems/scsys
cd scsys
cargo build -v --workspace
or
cargo build -r -v --workspace
Automatically format and analyze the codebase before building then testing.
cargo test --all-features -r -v --workspace
use scsys::prelude::*;
fn main() {
println!("{:?}", Message::<String>::default());
}
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.