[package] name = "simple_logger" version = "4.3.3" license = "MIT" authors = ["Sam Clements <sam@borntyping.co.uk>"] description = "A logger that prints all messages with a readable output format" repository = "https://github.com/borntyping/rust-simple_logger" edition = "2018" [...
A rust logger that prints all messages with a readable output format. - borntyping/rust-simple_logger
A rust logger that prints all messages with a readable output format. - rust-simple_logger/src/lib.rs at fb96a82c274f92eff417904e6e819f25f3b51ccc · borntyping/rust-simple_logger
RUST_LOG=none,led_foot=trace cargo run --release ``` 4. (optional) to run on startup, install the `systemd` service. NOTE, you may 19 changes: 2 additions & 17 deletions 19 src/main.rs Original file line numberDiff line numberDiff line change @@ -209,18 +209,8 @@ async fn ...
Registry index for crates.io. Contribute to rust-lang/crates.io-index development by creating an account on GitHub.
main 1Branch3Tags Code Folders and files Name Last commit message Last commit date Latest commit watcol Update formats.md Sep 19, 2021 7ed00bb·Sep 19, 2021 History 129 Commits images Add images. Jan 30, 2021 src Rustfmt and tiny fixes. ...