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
rust-glancer: An alternative LSP for Rust with focus on low memory usage
Introducing rust-glancer, an alternative Language Server Protocol implementation for Rust focused on low memory usage, featuring immediate indexing after restart and better performance on older hardware.
Show HN: I missed the moving blocks, so I built a real Linux disk defragmenter
A graphical disk defragmenter for Linux, built in Rust, that displays filesystem block maps and defragments ext4 and FAT volumes without requiring root access, inspired by Windows defrag tools.
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.