Expand description
The Rubedo crate is a library of useful functionality, some being extensions of standard library entities; some extensions of other, popular crates; and some being completely new functionality.
Note that some macros are implemented as proc macros, which can be found in
the rubedo-macros crate.
Modules§
- chrono
- This module provides extensions to the Chrono crate.
- crypto
- This module provides extended functionality for the SHA2 crate.
- http
- This module provides extensions to the HTTP, Hyper, and Axum crates.
- serde
- This module provides conversion utility functions for use with Serde.
- std
- This module provides extensions to the Rust standard library.
- sugar
- This module provides macros that add syntactic sugar for common operations.
Macros§
- s
- Converts a
strstring literal to an ownedString. - variants
- Allows shorthand for referring to multiple variants of the same enum.
- variants_
hashset - Allows shorthand for referring to multiple variants of the same enum.