* improve code for notify * fix * cargo fmt * improve code and create `DEFAULT_DELIMITER` * fix * fix * improve code for notify * fmt * Update crates/notify/src/registry.rs Co-authored-by: Copilot <[email protected]> * Update crates/notify/src/factory.rs Co-authored-by: Copilot <[email protected]> * fix cllipy --------- Co-authored-by: Copilot <[email protected]>
11 lines
263 B
Rust
11 lines
263 B
Rust
#[cfg(feature = "constants")]
|
|
pub mod constants;
|
|
#[cfg(feature = "constants")]
|
|
pub use constants::app::*;
|
|
#[cfg(feature = "constants")]
|
|
pub use constants::env::*;
|
|
#[cfg(feature = "notify")]
|
|
pub mod notify;
|
|
#[cfg(feature = "observability")]
|
|
pub mod observability;
|