
Highlights
Interesting rust crates
Ecosystem of libraries and tools for writing and executing fast GPU code fully in Rust.
Add a cute dependency declaration snippet in your crate documentation.
Test harness for ui tests of compiler diagnostics
Autodefault automatically makes your struct literals fill themselves with `..default()`
A Rust library for displaying terminal spinners
Conditional compilation using boolean expression syntax, rather than any(), all(), not()
Flexible concrete Error type built on std::error::Error
derive(Error) for struct and enum error types
Ergonomic and modular web framework built with Tokio, Tower, and Hyper
A runtime for writing reliable asynchronous applications with Rust. Provides I/O, networking, scheduling, timers, ...
Rust / Wasm framework for creating reliable and efficient web applications
A low-level library for OpenGL context creation
Build smaller, faster, and more secure desktop and mobile applications with a web frontend.
Type-safe database access for Rust
Compact and efficient synchronization primitives for Rust. Also provides an API for creating custom synchronization primitives.