Awesome collection of utilities written in Rust to been distributed outside of Rust ecosystem. It is curated by us.
You might also be interested in other tooboxes:
- 🔧 Explore : general-purpose toolbox with collection of crates.
- 🎮 Explore : multimedia toolbox with collection of crates for GameDev, Graphics, Video, Audio.
- ♾️ Explore : scientific toolbox with collection of crates for Math, Physycs, Lienar Algebra, Machine Learnign, DSP.
- 📦 Explore : distros toolbox with collection of utilities written in Rust to been distributed outside of Rust ecosystem.
⬇️ Tags legend at the end of the page.
( site_generation )
- zola by Vincent Prouillet : static site generator in a single binary
- mdbook : documentation
- mkdocs-material by Martin Donath : site
( general_purpose )
( extract_transform )
- xsv by Andrew Gallant : CUI to read CSV
- jaq by Michael Färber : JSON processor
- toml_cli by Greg Price : CLI for editing and querying TOML files
( cli_for_services )
- wiki-tui by Builditluc : TUI for searching wikipedia without browser. Stores the log of wisited pages in the launch directory.
( repl )
- evcxr by David Lattimore ( repl ) : an evaluation context for Rust.
( asm )
- cargo-bloat by Yevhenii Reizner : utility to profile code size
- cargo-binutils by Jorge Aparicio : LLVM utility
- cargo-asm by gnzlbg : ( distro ) assembly or llvm-ir generated code
( web_backend )
simple-http-server by LinFeng : a simple static server penguin by Lukas Kalbertodt : a simple static server
( management )
- bartib by Nikolas Schmidt-Voigt : CUI for time tracking
- porsmo by Color Cookie : CUI for Pomadora time management
- oreutils by Manish Goregaokar : collection of distros to replace standard distros on c
- posixutils by [https://github.com/jgarzik](Jeff Garzik) : Core POSIX command line utilities in safe Rust
- bottom by Clement Tsang : cross-platform graphical process/system monitor
- ⭐ tokei by Erin P : CUI to count lines of code quickly
- loc by Curtis Gagliardi : CUI to count lines of code quickly
- silicon by Aloxaf : CUI to image of your source code
- rust-highlight by extrawurst : export Rust code as HTML
( distributed_systems )
- vector by Luke Steensen : data aggregator
- meilisearch by Clément Renault : fast search engine
( dbms )
- prqlc by Maximilian Roos : transpiler from PRQL ( alternative of SQL ) to SQL
- websocat by Vitaly Shukela : CUI to communicate via WebSocket
- netop by ZingerLittleBee : network activity monitoring
- niping by Maxim Zhiburt : ping
- speedtest-rs by Nelson Chen : check the internet connection speed
- rural by Saghm Rossi : CUI of HTTP tool, curl-like
( administration )
- pipr by ElKowar : interactively write shell pipelines
- wezterm by Wez Furlong : GPU-accelerated cross-platform terminal emulator
- alacritty by Joe Wilm : cross-platform, OpenGL terminal emulator
- log-analyzer-pro by Mario Casals : log analyzer
( fs )
- dua-cli by Sebastian Thiel : CUI to view disk space usage and delete unwanted data
- du-dust by Andy Boot : CUI to view disk space usage. du + rust = dust. Like du but more intuitive.
- watchexec by Matt Green : executes commands in response to file modifications
- broot by Denys Séguret : CUI for files navigation
- exa by Benjamin Sago : a better version of
ls
with colors and more - bat by David Peter : a better version of
cat
with syntax highlighting and rows' numbers - cargo-sweep by Viktor Holmgren : tool for cleaning unused build files created by Cargo
( vcs )
- gitui by Stephan Dilly : terminal-ui for git
- git-grab by Wesley Moore : clone a git repository into a standard location organised by domain and path
- gix by Sebastian Thiel : CUI for alternative implementation of Git
( dsa )
- rsspls by Wesley Moore : generate RSS feeds from websites
- ( site_generation ) - generating a site with documentation from either MD or similar languages
- ( general_purpose ) - general purpose distros
- ( extract_transform ) - extract and tronsform data
- ( cli_for_services ) - CLI for API of services
- ( web_backend ) - web backend
- ( management ) - self and business management
- ( posix ) - standard posix shell commands related
- ( fs ) - file system
- ( vcs ) - versions controls systems
- ( dsa ) - data streams aggregation
- ( sys_info ) - get system information
- ( benchmark ) - benchmarking tools and libraries
- ( cpu ) - CPU related libraries
- ( gpu ) - GPU related libraries
- ( repl ) - Read-Eval-Print Loop