rustcommon is a collection of common libraries we use in our Rust projects. This includes datastructures, logging, metrics, timers, and ratelimiting.
rustcommon is a workspace repository which contains several crates (libraries) which act as foundational libraries for other Rust projects, such as Pelikan, rpc-perf, and Rezolus.
Each crate within this repository contains its own readme and changelog detailing the purpose and history of the library.
rustcommon is built with the standard Rust toolchain which can be installed and managed via rustup or by following the directions on the Rust website.
git clone https://github.com/pelikan-io/rustcommon
cd rustcommon
# run tests
cargo test --all
Create a new issue on GitHub.
- Brian Martin brayniac@gmail.com
A full list of contributors can be found on GitHub.