Crate of the Week

RVirt - RISC-V hypervisor written in Rust.

1 Like

Snoopy - A highly configurable multi-threaded packet sniffer and parser build in rust-lang.

1 Like

async: A tool to parallelize shell commands

1 Like

loopybayesnet: Rust implementation of the Loopy Belief propagation algorithm for inference in Bayesian Networks

mathew: Mathematical expression evaluator with context and float methods

1 Like

overloadable -- "This crate provides you with the capabilities to overload your functions in a similar style to C# or C++, including support for meta attributes, type parameters and constraints, and visibility modifiers."

7 Likes

rstest : rstest use it to implement fixtures and table based tests. Disclaimer... Is a create of mine.

2 Likes

heim: Cross-platform async library for system information fetching

1 Like

hashcow: A Rust HashMap implementation with copy-on-write keys and values

diffr: Yet another diff highlighting tool

abscissa: a security-oriented Rust application framework

3 Likes

https://crates.io/crates/prettytable-rs

CLI library for printing tables. It's pretty flexible but easy to use.

4 Likes

async-trait:Type erasure for async trait methods

4 Likes

cargo-cache: tool for inspecting and managing the local cargo download cache

1 Like

Rustarok - Multiplayer, fast-paced Moba style game.

weave: A simple CLI router for wiring together several sources behind a single HTTP endpoint

1 Like

broot: A new way to see and navigate directory trees

6 Likes

gumdrop: Rust option parser with custom derive support

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?