Rubedo is a set of library crates that provide useful utilities, helpers, and other functionality for Rust projects.
The main crate is rubedo, and the other crates
rely on it or provide secondary functionality in some way. This repository as
a whole shares a name with the main crate. You can read about the naming and
purpose of each crate in their respective README files.
-
rubedo- The main crate, providing extensions to the standard library and other popular crates, as well as some new functionality. -
rubedo-macros- Proc macros for the Rubedo crate. There is generally no need to use this directly, as its functionality is re-exported by the main Rubedo crate.