Crate valve

Crate valve 

Source

Re-exports§

pub use adapter::AdapterContext;
pub use adapter::AdapterPipeline;
pub use adapter::NoOpRequestAdapter;
pub use adapter::NoOpResponseAdapter;
pub use adapter::RequestAdapter;
pub use adapter::RequestToken;
pub use adapter::ResponseAdapter;
pub use adapter::ResponseToken;
pub use config::AppConfig;
pub use config::CliArgs;
pub use error::ValveError;
pub use logging::init as init_logging;
pub use observer::ObservedStream;
pub use observer::StreamEvent;
pub use observer::StreamObserver;
pub use observer::StreamPosition;
pub use runtime::run;
pub use runtime::run_with_pipeline;
pub use runtime::serve;

Modules§

adapter
config
error
logging
observer
runtime
token

Macros§

debug
Constructs an event at the debug level.
error
Constructs an event at the error level.
info
Constructs an event at the info level.
trace
Constructs an event at the trace level.
warn
Constructs an event at the warn level.