OPEN SOURCE, OPEN TO EVERYONE

Open source. Open possibilities.

Discover quality open-source projects, submit projects anonymously, and claim and edit your own project.

Human-curated · Discover open source4101discovered

A little curiosity. A world of open source.

THE FIRST COLLECTION
Topic: no-std清除
heic-rstbraun96
ADDED

heic-rs is a pure-Rust HEIC/HEIF decoder focusing on container parsing, grid compositing, and color conversion. It is no_std friendly, wasm-ready, and uses no unsafe code. Note that HEVC pixel decoding is not yet implemented.

Developer toolsBackend & APIs
min-sized-rustjohnthagen
ADDED

A practical guide to reducing Rust binary size, covering release builds, stripping symbols, optimization flags, LTO, no_std, and build-std techniques with examples and tools.

Developer toolsBuild & DevOps