Crate rapid

Source

Re-exports§

  • pub extern crate time;

Modules§

Macros§

Structs§

  • A Backtrace.
  • A iterator over the causes of a Fail
  • A compatibility wrapper around an error type from this crate.
  • An error with context around it.
  • The Error type, which can contain any failure.
  • The location of a log message.
  • Metadata about a log message.
  • The “payload” of a log message.
  • A token providing read and write access to the global maximum log level filter.
  • The type returned by set_logger if set_logger has already been called.
  • The type returned by shutdown_logger_raw if shutdown_logger_raw has already been called or if set_logger_raw has not been called yet.
  • Wrapper for std errors to make them Sync.

Enums§

  • An enum representing the available verbosity levels of the logging framework
  • An enum representing the available verbosity level filters of the logging framework.
  • Result is a type that represents either success (Ok) or failure (Err).

Traits§

Functions§

Type Aliases§

Derive Macros§