Module bookdata::prelude

source ·

Re-exports

Macros

  • Construct an ad-hoc error from a string or existing non-anyhow error value.
  • Logs a message at the debug level.
  • Logs a message at the error level.
  • Logs a message at the info level.
  • The standard logging macro.
  • Determines if a message logged at the specified level in that module will be logged.
  • Logs a message at the trace level.
  • Logs a message at the warn level.

Structs

Enums

  • A clone-on-write smart pointer.
  • An enum representing the available verbosity levels of the logger.
  • An enum representing the available verbosity level filters of the logger.

Constants

Traits

  • Parse a set of arguments into a user-defined container.
  • An Iterator-like trait that allows for calculation of items to fail.
  • A trait encapsulating the operations required of a logger.

Functions

Type Aliases

Derive Macros

  • Generates the Args impl.
  • Macro to derive the TableRow trait for a row, allowing a vector of rows to be converted to a data frame.