Crate rapid [] [src]

Reexports

pub extern crate time;
pub use log::*;
pub use serde_derive::*;
pub use lazy_static::*;
pub use failure::*;

Modules

fail_methods
logger

Macros

__lazy_static_create
bail
debug

Logs a message at the debug level.

error

Logs a message at the error level.

format_err

Construct an Error using the standard string interpolation syntax.

info

Logs a message at the info level.

lazy_static
log

The standard logging macro.

log_enabled

Determines if a message logged at the specified level in that module will be logged.

log_process
run_and_measure
trace

Logs a message at the trace level.

warn

Logs a message at the warn level.

Structs

App
CumulativeError

Enums

StdResult

Result is a type that represents either success (Ok) or failure (Err).

Traits

CumulativeErrorCollector
ErrorMethods
FailMethods
OptionMethods
ResultMethods

Type Definitions

Result