The Awesome Rust feed

SaaSHub helps you find the best software and product alternatives
Promo www.saashub.com
Today

Awesome Rust Weekly » 513

Top Stories
  • A visual software architecture simulator running entirely in the browser using Rust + WASM
  • Rust Maintainers Team
  • Ubuntu Rust Coreutils Audit Revealed 113 Issues

rust-postgres

Native PostgreSQL driver for the Rust programming language
Featured Package // Category PostgreSql

Yesterday

kiss3d

Keep it simple, stupid 3d graphics engine for Rust.
Featured Package // Category Graphics

Last 7 Days

imageproc (PistonDevelopers)

Image processing operations
Featured Package // Category Image processing

rust-ndarray

ndarray: an N-dimensional array with array views, multidimensional slicing, and efficient operations
Featured Package // Category Data processing

regex

An implementation of regular expressions for Rust. This implementation uses finite automata and guarantees linear time matching on all inputs.
Featured Package // Category Text processing

rusqlite

Ergonomic bindings to SQLite for Rust
Featured Package // Category Sqlite

nix

Rust friendly bindings to *nix APIs
Featured Package // Category Unix-like

Last 30 Days

Rust Maintainers Team

Article Popular Story // rustnl.org

Awesome Rust Weekly » 512

Top Stories
  • Everything Should Be Typed: Scalar Types Are Not Enough
  • Rust should have stable tail calls
  • Supply chain nightmare: How Rust will be attacked and how to mitigate attacks

Rust 1.95.0 is out

Update Popular Story // blog.rust-lang.org

Roughenough

A Roughtime secure time sync client and server written in Rust
Featured Package // Category Cryptography

rust-rocksdb

rust wrapper for rocksdb
Featured Package // Category RocksDB

Servo is now on crates.io (Servo v0.1.0 release)

Update Popular Story // servo.org

Rust should have stable tail calls

Article Popular Story // trifectatech.org

fselect

Find files with SQL-like queries
Featured Package // Category System tools

woodpecker

Drill is an HTTP load testing application written in Rust
Featured Package // Category Applications written in Rust

Awesome Rust Weekly » 511

Top Stories
  • 🥳 Chrome adopts Rust and replaces libxml2 written in C since version 147
  • Lisette — Rust syntax, Go runtime
  • Surelock - statically prevent deadlocks

drill

Drill is an HTTP load testing application written in Rust
Featured Package // Category Applications written in Rust

ureq

A simple, safe HTTP client
Featured Package // Category HTTP Client

Surelock - statically prevent deadlocks

Article Popular Story // notes.brooklynzelenka.com

Xilem – An experimental Rust native UI framework

Library Popular Story // github.com

afl.rs

🐇 Fuzzing Rust code with American Fuzzy Lop
Featured Package // Category Testing

oxipng

Multithreaded PNG optimizer written in Rust
Featured Package // Category Image processing

A tail-call interpreter in (nightly) Rust

Article Popular Story // www.mattkeeter.com