Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
w3m
lynx
wiki-tui
wiki-tui is a simple and easy to use Wikipedia Text User Interface .
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
gcc
g++
clang
llvm
gradle
dockcross is a compiling toolchains in Docker images .
ninja is a small build system with a focus on …
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
visualize-sqlite is a Rust crate for creating simple visualizations of SQLite databases in GraphViz dot format.
wajig install libsqlite3-dev graphviz
cargo install visualize-sqlite
visualize-sqlite your_sqlite_database.db | dot -Tpng -Gfontname …
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
--strip-components
--exclude
tar --strip-components=1 -C /usr/local/bin/ -zxvf sccache-v0.4.0-pre.8-x86_64-unknown-linux-musl.tar.gz */sccache
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
There are a few crates in Rust which provide terminal progress reporting functionalities. The indicatif crate is the best one to use. The linya crate is a simple no-deps alternative to …
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
Unsafe Rust: How and when (not) to use it
Rust's Unsafe Code Guidelines Reference
Unsafe Code Guidelines https://github.com/rust-lang …