sharksforarms/deku
Declarative binary reading and writing: bit-level, symmetric, serialization/deserialization observed · 2026-08-28
Health v2 · maintenance only
83/100
- Activity 97
- Release rhythm 54
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: 45.0
- age_days: 2359
- days_rel: 230
- days_push: 22
- n_releases_24m: 7
Adoption not part of the score
1417 stars · 89 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Deku is a Rust library providing declarative, bit-level serialization and deserialization for structs and enums via proc macros. It generates symmetric reader/writer code so binary formats like file structures and network headers can be parsed and written without hand-rolled code.
Use cases
- parse binary file formats into rust structs
- serialize and deserialize network packet headers
- read and write bit-level fields in binary data
- implement a binary protocol encoder and decoder in rust
- parse game or hardware file formats with mixed bit-width fields
- no_std binary parsing for embedded rust
When to choose
- you need symmetric read/write code generated from struct definitions
- you need bit-level (sub-byte) field control
- you want declarative, attribute-driven binary parsing in rust
- you need no_std support for embedded targets
When to avoid
- you need serde-compatible JSON or text serialization rather than binary formats
- you need runtime-flexible or self-describing formats better suited to a schema tool like protobuf
- you are not working in rust
Facets
library · maturity active
serialization parser developer-tools files rust cross-platform embedded binary-parsing bit-level proc-macro no-std rust-crate declarative network-protocols algorithms
2 sources
- readme: https://github.com/sharksforarms/deku · fetched 2026-08-28 · 009ab19a1a90
- registry_crates: https://crates.io/api/v1/crates/deku · fetched 2026-08-29 · 8b69d09da2c0
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| sharksforarms/deku | main | 83 |
For agents
markdown · JSON · MCP: product_card(name="sharksforarms/deku")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem