Why stdx is not on crates.io
Summary
Explains the rationale behind stdx not being published on crates.io, the Rust package registry.
Similar Articles
GitHub shouldn't be a dependency for publishing Rust on crates.io
An article discussing the reliance on GitHub for publishing Rust packages on crates.io, arguing that it should not be a mandatory dependency.
crates.io: development update
The latest crates.io development update introduces a source code viewer for auditing dependencies, begins the process of decoupling accounts from GitHub with native usernames, and adds prominent warnings for unmaintained crates flagged by RustSec.
Announcing Zstandard in Rust
Trifecta Tech Foundation announces the first release of libzstd-rs-sys, a pure Rust implementation of the Zstandard compression format, offering a drop-in replacement for the C reference implementation with improved portability and memory safety at a slight performance cost.
Why I forked rand
The author explains why they forked Rust's rand crate into urandom, focusing on a smaller API surface, better discoverability, and a sealed Rng trait to simplify custom randomness use.
Show HN: 18KB ls alternative in no_std rust and Libc
A minimal 18KB ls command alternative written in Rust using no_std and Libc.