Decision Workspace
webm-iterable vs mkv-element vs ebml-iterable
Side-by-side comparison of Rust crates
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.
50
mkv-element
experimentalv0.4.0
A Matroska/WebM element reader and writer.
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`.
Core Metrics
| webm-iterable | mkv-element | ebml-iterable | |
|---|---|---|---|
| Health Score | 46 | 50 | 49 |
| Total Downloads | 224.1K | 2.0K | 222.1K |
| 30d Downloads | 15.2K | 91 | 15.2K |
| Dependents | 17 | 0 | 20 |
| Releases | 18 | 9 | 15 |
| Last Updated | 470d ago | 25d ago | 470d ago |
| Age | 4y 9m | 6m | 4y 9m |
Health Breakdown
webm-iterable
Maintenance
8
Quality
14
Community
9
Popularity
6
Documentation
9
mkv-element
Maintenance
17
Quality
13
Community
6
Popularity
4
Documentation
10
ebml-iterable
Maintenance
8
Quality
16
Community
10
Popularity
6
Documentation
9
Technical Details
| webm-iterable | mkv-element | ebml-iterable | |
|---|---|---|---|
| Version | 0.6.4 | 0.4.0 | 0.6.3 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | MIT | MIT | MIT |
| Dependencies | 7 | 14 | 3 |
| Crate Size | 15KB | 230KB | 29KB |
| Features | 0 | 2 | 1 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2018 | 2024 | 2018 |
| MSRV | — | — | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •mkv-element leads with a health score of 50/100, but none of the options score above 80.
- •webm-iterable has the most downloads (224.1K), suggesting wider adoption.
- •⚠ webm-iterable, ebml-iterable have not been updated in over a year.