docs.rs failed to build mlzlog-0.8.2
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build:
mlzlog-0.8.3
mlzlog in Rust
This is a Rust crate that provides a log4rs configuration with custom
appenders that logs like the mlzlog Python package.
Installation
This crate works with Cargo and can be found
on crates.io with a Cargo.toml like:
[]
= "0.4"
= "0.8"
Minimum supported Rust versions is 1.63.0.
Usage
Initialize logging at the beginning of your program and then use the
macros from the log crate. Example:
use info;