A fast and combinable Rust logging crate, inspired by the C++ logging library [spdlog].
Add this to Cargo.toml
:
toml
[dependencies]
spdlog-rs = "0.3"
The documentation of this crate is hosted on [docs.rs], and you can find examples under [./examples] directory.
If you have any questions or need help while using this crate, feel free to [open a discussion]. For feature requests or bug reports, please [open an issue].
The current minimum supported Rust version is 1.56.
spdlog-rs
is built against the latest Rust stable release, it is not guaranteed to build on Rust versions earlier than the minimum supported version.
spdlog-rs
follows the compiler support policy that the latest stable version and the 3 most recent minor versions before that are always supported. For example, if the current latest Rust stable version is 1.61, the minimum supported version will not be increased past 1.58. Increasing the minimum supported version is not considered a semver breaking change as long as it complies with this policy.
Licensed under either of
at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.