#scsys #primitive #blockchain

macro scsys-derive

scsys-derive implements a host of useful procedural macros for use throughout the ecosystem

35 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

#16 in #primitives

Download history 54/week @ 2023-12-11 63/week @ 2023-12-18 44/week @ 2023-12-25 21/week @ 2024-01-01 71/week @ 2024-01-08 49/week @ 2024-01-15 20/week @ 2024-01-22 23/week @ 2024-01-29 45/week @ 2024-02-05 71/week @ 2024-02-12 41/week @ 2024-02-19 100/week @ 2024-02-26 136/week @ 2024-03-04 683/week @ 2024-03-11 113/week @ 2024-03-18 99/week @ 2024-03-25

1,046 downloads per month
Used in 2 crates (via scsys)

Apache-2.0

8KB
103 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

~0.7–1.4MB
~32K SLoC