// byte formatting
pub const BYTES_PER_UNIT: f64 = 1024.0;
pub const UNITS: & = &;
// log filenames
pub const LOG_EXTENSION: &str = ".log";
pub const LOG_PREFIX: &str = "bevy_brp_mcp_";
pub const TRACE_LOG_FILENAME: &str = "bevy_brp_mcp_trace.log";
// tracing filter constants
/// Third-party HTTP/transport crate name prefixes whose tracing events are
/// suppressed because they are noise for BRP debugging.
pub const TRACING_FILTERED_TARGET_PREFIXES: & =
&;