//! Internal private common code for crate [`spdlog-rs`].
//!
//! `spdlog-internal` should never be used as a standalone dependency, use
//! [`spdlog-rs`] instead.
//!
//! [`spdlog-rs`]: https://crates.io/crates/spdlog-rs
// The crate is not intended to be used directly by users, all public items are considered internal
// API, so we don't care about this warning.