Show HN: 18KB ls alternative in no_std rust and Libc
Summary
A minimal 18KB ls command alternative written in Rust using no_std and Libc.
Similar Articles
Show HN: Hsrs – Type-Safe Haskell Bindings Generator for Rust
Hsrs is a type-safe FFI bindings generator that allows Rust code to be called from Haskell with automatic memory management, type conversions, and Borsh serialization. It provides annotations in Rust and generates idiomatic Haskell wrappers.
Show HN: I rebuilt the only parts of my IDE I use, in Rust, over a weekend
Kyde is a fast native Git client and code editor built in Rust using Zed's gpui framework, featuring GPU rendering, side-by-side diffs, tree-sitter syntax highlighting, and a hand-tuned dark theme.
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.
Show HN: Rscrypto, pure-Rust crypto with industry leading public benches
rscrypto is a pure-Rust cryptography library that provides RSA, Ed25519, X25519, AEADs, hashes, KDFs, and more, with a focus on portability, no_std support, and industry-leading benchmarks.
I put together a Rust-native, CPU-only implementation of LFM2.5-8B-A1B
The author released a pure Rust, CPU-only inference implementation of the LFM2.5-8B-A1B model (4-bit Q4KM quantization), achieving a decode speed of approximately 37 tokens/s and memory usage around 7GB. The goal is to make LLMs runnable on cheap VPS or older machines. The implementation is open source and published as a cargo crate.