A very fast implementation of tldr in Rust. https://tealdeer-rs.github.io/tealdeer/
  • Rust 94.5%
  • Dockerfile 3.7%
  • Shell 1.8%
Find a file
2015-12-30 08:55:31 +01:00
src Print line values to stdout 2015-12-30 08:55:31 +01:00
.gitignore Initial version: Simply print content without formatting 2015-12-29 10:22:37 +01:00
.travis.yml Travis config 2015-12-29 14:14:49 +01:00
Cargo.lock Introduce optional logging 2015-12-30 08:49:37 +01:00
Cargo.toml Introduce optional logging 2015-12-30 08:49:37 +01:00
LICENSE Add README.md 2015-12-29 10:26:56 +01:00
README.md Introduce optional logging 2015-12-30 08:49:37 +01:00

tldr-rs

Build status

An implementation of tldr in Rust.

Building

Debug build with logging enabled:

$ cargo build --features logging

Release build without logging:

$ cargo build --release

To enable the log output, set the RUST_LOG env variable:

$ export RUST_LOG=tldr=debug

License

MIT