scsys
Warning: the library is currently in development so be prepared for major modifications to the API!
Welcome to scsys
, a collection of useful utilities, types, and other primitives that are used in various projects developed by Scattered Systems. The library is designed to be a general-purpose utility library that can be used in any Rust project, aiming to provide a standardized set of tools that can be used to build robust and reliable software.
Getting Started
Building from the source
Make sure you have the latest version of the Rust toolchain installed on your system.
Clone the repository
then, navigate to the project directory
Building Locally
Testing
Automatically format and analyze the codebase before building then testing.
Usage
Add the dependency to your project
[]
= ["full"]
= "0.2.*"
Examples
Example: Using the Message
type
use *;
License
Licensed under the Apache License, Version 2.0, (LICENSE-APACHE)
Contribution
Contributions are welcome, however, ensure that you have read the CONTRIBUTING.md file before submitting a pull request.