Neural-Q-Forge – a Rust-native quantum circuit forging framework
Rust quantum simulator 3.7s H₂O simulation, but audience is niche quantum researchers.
Image optimization CLI & library — convert, optimize, resize (JPEG, PNG, WebP, AVIF, QOI)
Rust CLI with Kotlin/Python bindings and multi-codec support, but ImageMagick already dominates.
Backend developers, DevOps engineers, image processing pipelines
ImageMagick · libvips · GraphicsMagick
I built slimg, a CLI tool for image optimization written in Rust. It handles format conversion, compression, resizing, cropping, and extending (adding padding) — with batch processing support.
Codecs: MozJPEG, OxiPNG (Zopfli), libwebp, AVIF (ravif/dav1d), QOI, JPEG XL (decode-only).
## Example usage:
slimg convert photos/ --format webp --output out/ --recursive --jobs 4
slimg optimize photo.jpg --quality 70
slimg resize photo.jpg --width 800
slimg crop photo.jpg --aspect 16:9
Beyond the CLI, the core library (slimg-core) is on crates.io, and I also built language bindings via UniFFI:
- Kotlin/JVM (Maven Central): fluent API for server-side image processing
- Python (PyPI): for scripting and pipeline integration
## Install:cargo install slimg
brew install clroot/tap/slimg
pip install slimg
All five platforms supported (macOS/Linux/Windows, x86_64/ARM64).
GitHub: https://github.com/clroot/slimg
Rust quantum simulator 3.7s H₂O simulation, but audience is niche quantum researchers.
Zero-copy FFI approach cuts UniFFI overhead by 200–1000x; async maps to native patterns.
Multithreaded WASM brings serious optimization to the browser.
L3 limit order book replay beats OHLC backtesting, but only matters if you're serious quant.
Six optimizers, zero dependencies, agent-steerable mid-run—genuinely thoughtful design for research.
Gathers schema + EXPLAIN + stats for LLM context; HypoPG simulates indexes risk-free.