Crate of the Week

shell_completion: Write shell completion scripts in pure Rust

j4rs: Java for Rust and allows effortless calls to Java code, from Rust.

dlopen: Safe, lightweight, OOP friendly dynamic link libraries in Rust (compared to libloading and sharedlib crates).

1 Like

Pgen: Command-line passphrase generator.

Emu: A language for programming GPUs from Rust.

7 Likes

rdkafka: A fully asynchronous, futures-based Kafka client library for Rust based on librdkafka.

1 Like

uom - Rust Units of measurement -- type-safe zero-cost dimensional analysis

4 Likes

contrie: Concurrent hash trie

2 Likes

rucene: Rust port of Lucene

1 Like

bardecoder: Detect and decode QR Codes, written in 100% Rust

3 Likes

ripgrep-all: ripgrep, but also search in PDFs, E-Books, Office documents, zip, tar.gz, etc.

1 Like

safe - a #[safe] attribute to document why an unsafe block is valid and the constraints it must uphold.

5 Likes

fast_paths - Fast shortest path calculations for Rust.

3 Likes

bstr - A string type for Rust that is not required to be valid UTF-8.

3 Likes

winit - a cross-platform window creation library written in pure Rust.

5 Likes

genact: A nonsense activity generator :smiley:

2 Likes

aljabar - Extremely generic linear algebra libary for Rust.

3 Likes

At request of @carols10cents, I suggest that we mention a site Rustexp as CotW for next week.

4 Likes

big_s: Rust's missing String literal

3 Likes

termimad: A library to display rich (Markdown) snippets and texts in a rust terminal application

4 Likes