v0.2.5-pre.009
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
// file: crates/ksp-logging-lib/src/lib.rs
|
||||
// version: 8
|
||||
// version: 9
|
||||
|
||||
#![warn(missing_docs)]
|
||||
#![deny(unreachable_pub)]
|
||||
#![forbid(unsafe_code)]
|
||||
@@ -69,6 +70,10 @@ pub use self::span::Span;
|
||||
/// Instruments an asynchronous future with a KSP span.
|
||||
pub use self::span::instrument;
|
||||
|
||||
pub(crate) use self::domain::current_domain_matches;
|
||||
pub(crate) use self::writer::RoutedWriter;
|
||||
pub(crate) use self::writer::StripAnsiWriter;
|
||||
|
||||
#[doc(hidden)]
|
||||
/// Internal macro bridge. KSP consumers must not use this reexport directly.
|
||||
pub extern crate tracing as __private_tracing;
|
||||
|
||||
Reference in New Issue
Block a user