scsys-actors

Crates.ioscsys-actors
lib.rsscsys-actors
version0.2.2
sourcesrc
created_at2022-11-29 02:55:53.274677
updated_at2024-05-11 20:34:42.054565
descriptionscsys is a collection of primitives and utilities for use throughout the ecosystem.
homepagehttps://github.com/scattered-systems/scsys/wiki
repositoryhttps://github.com/scattered-systems/scsys
max_upload_size
id724990
size23,599
Joe McCain III (FL03)

documentation

README

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

Commit count: 408

cargo fmt