Docs.rs
alto_logger-0.4.0
alto_logger 0.4.0
Docs.rs crate page
0BSD
Links
Repository
crates.io
Source
Owners
museun
Dependencies
log ^0.4.17
normal
termcolor ^1.1.3
normal
time ^0.3.9
normal
optional
doc-comment ^0.3.3
dev
log ^0.4.17
dev
rand ^0.8.5
dev
time ^0.3.9
dev
Versions
100%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
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
Files
alto_logger/
loggers.rs
1
mod
file;
2
mod
multi;
3
mod
term;
4
5
pub use
file::
*
;
6
pub use
multi::
*
;
7
pub use
term::
*
;