Decision Workspace
ebml-iterable vs webm-iterable vs capnp
Side-by-side comparison of Rust crates
49
ebml-iterable
growingv0.6.3
This crate provides an iterator over EBML encoded data. The items provided by the iterator are Tags as defined in EBML. The iterator is spec-agnostic and requires a specification implementing specific traits to read files. Typically, you would only use this crate to implement a custom specification - most often you would prefer a crate providing an existing specification, like `webm-iterable`.
46
webm-iterable
growingv0.6.4
This crate extends the ebml-iterable library to provide an iterator over webm data. It provides a Matroska specification implementing the required traits to read webm files.
70
capnp
growingv0.25.2
runtime library for Cap'n Proto data encoding
Core Metrics
| ebml-iterable | webm-iterable | capnp | |
|---|---|---|---|
| Health Score | 49 | 46 | 70 |
| Total Downloads | 222.1K | 224.1K | 10.5M |
| 30d Downloads | 15.2K | 15.2K | 754.7K |
| Dependents | 20 | 17 | 1.4K |
| Releases | 15 | 18 | 197 |
| Last Updated | 470d ago | 470d ago | 15d ago |
| Age | 4y 9m | 4y 9m | 11y 4m |
Health Breakdown
ebml-iterable
Maintenance
8
Quality
16
Community
10
Popularity
6
Documentation
9
webm-iterable
Maintenance
8
Quality
14
Community
9
Popularity
6
Documentation
9
capnp
Maintenance
18
Quality
17
Community
12
Popularity
8
Documentation
15
Technical Details
| ebml-iterable | webm-iterable | capnp | |
|---|---|---|---|
| Version | 0.6.3 | 0.6.4 | 0.25.2 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | MIT | MIT | MIT |
| Dependencies | 3 | 7 | 3 |
| Crate Size | 29KB | 15KB | 150KB |
| Features | 1 | 0 | 6 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2018 | 2018 | 2021 |
| MSRV | — | — | 1.81.0 |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •capnp leads with a health score of 70/100, but none of the options score above 80.
- •capnp is depended on by 1.4K crates — strongest ecosystem trust.
- •⚠ ebml-iterable, webm-iterable have not been updated in over a year.