drrlvn
#598
topgrade: Cross platform Rust utility that upgrades everything
4 Likes
weave looks interesting for its conciseness and simplicity. How does it compare to warp
's filters for routing?
sennav
#600
joat a tool to build customisable rest API CLIs, highly biased since I wrote it and as far as I know I'm the only user.
starship: The cross-shell prompt for astronauts.
5 Likes
mmmmib
#602
async-std
provides async versions of lots of stuff in the standard library
https://crates.io/crates/async-std
16 Likes
damatar
#603
waver: A numerically stable waveform generation no-std library.
- Arbitrary quantization levels. Specify the bit depth when constructing
Waveform
.
- Online wave generation. No buffers, infinite iterators.
- Wave superposition with weighted amplitudes.
- Modulate signal's frequency, amplitude or phase.
- Numerically stable, prevents clipping.
6 Likes
twitter/rezolus: Systems performance telemetry.
ulin
#605
https://crates.io/crates/cluConstData Supernatural:) Concatenation of constant data as well as concatenation of constant data of generics
include-flate: A variant of include_bytes!/include_str! with compile-time deflation and runtime lazy inflation
7 Likes
bin_io: Framework for reading and writing to binary files
tracing: Application level tracing for Rust
nushell: A modern shell written in Rust.
6 Likes
pastel: A command-line tool to generate, analyze, convert and manipulate colors
1 Like
rx: Modern pixel editor implemented in rust
1 Like
thedodd
#612
actix-raft: An implementation of the Raft consensus protocol using the actix Actor framework.
4 Likes
CAD97
#613
cargo-udeps, a cargo plugin to detect unused dependencies.
(Can we get this feature as a warning in cargo proper please?)
14 Likes
nasa42
#614
once_cell - Rust library for single assignment cells and lazy statics without macros.
7 Likes
just: Just a command runner (alternative to make)
hyperfine: A command-line benchmarking tool
2 Likes
viu: A command-line application to view images from the terminal written in Rust
6 Likes