Docs.rs
init-log4rs-0.1.6
init-log4rs 0.1.6
Docs.rs crate page
Apache-2.0
Links
Repository
crates.io
Source
Owners
tinglou
Dependencies
anyhow ^1.0.102
normal
dirs ^6.0.0
normal
log4rs ^1.4.0
normal
thiserror ^2.0.18
normal
Versions
33.33%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Skip to main content
Files
init_log4rs/
lib.rs
1
#![doc =
include_str!
(
"../README.md"
)]
2
3
mod
init_log4rs;
4
5
pub use
init_log4rs::
*
;