scsys 0.1.32

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

This crate was built in support of the scsys ecosystem; 

## Usage

- [crates.io]https://crates.io/crates/scsys
- [docs.rs]https://docs.rs/scsys

```rust
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

[MIT](https://choosealicense.com/licenses/mit/)