spirit 0.4.21

Helper to create well behaved daemons with runtime-reconfiguration support
Documentation
1
2
3
4
5
6
7
//! Reexports and support for our macros.
//!
//! This module contains reexports of some foreign types so macros can access them through the
//! $crate path. However, the module is not considered part of public API for the sake of semver
//! guarantees and its contents is not to be used directly in user code.

pub use log::Level;