Nabla – Pure Rust GPU math engine, 7.5× faster matmul than PyTorch
Pure Rust autodiff + GPU math avoids C++ FFI hell, but matmul claim needs apples-to-apples benchmarks.
Talk to MTP/PTP devices in pure Rust. No libmtp, no FFI, just async USB (uses nusb). Async streaming uploads/downloads, device events, two-level API for Android phones or raw camera access.
Pure-Rust MTP library beats libmtp 4x faster with no C dependencies.
Rust developers building USB device tools, file transfer applications
libmtp · nusb · rusb
Pure Rust autodiff + GPU math avoids C++ FFI hell, but matmul claim needs apples-to-apples benchmarks.
1.36M LOC pure Rust reimplementation—v0.1.0, APIs stabilized, perf unproven.
Yet another resilience library in a space dominated by tower and tokio-retry.
Pydantic models as database models kills the duplicate definition problem SQLModel still has.
Reverse-engineered undocumented MOBI format — builds dictionaries in 6 seconds vs 12 hours.
Local semantic caching cuts LLM costs without changing your code.