Crate rubedo

source ·
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§

  • This module provides extensions to the Chrono crate.
  • This module provides extended functionality for the SHA2 crate.
  • This module provides extensions to the HTTP, Hyper, and Axum crates.
  • This module provides conversion utility functions for use with Serde.
  • This module provides extensions to the Rust standard library.
  • This module provides macros that add syntactic sugar for common operations.

Macros§

  • Converts a str string literal to an owned String.
  • Allows shorthand for referring to multiple variants of the same enum.
  • Allows shorthand for referring to multiple variants of the same enum.