#specification #ebml #iterating #ebml-iterable #ebml-specification #ebml-iterable-specification-derive

ebml-iterable-specification

Provides the base EbmlSpecification used by the ebml-iterable and ebml-iterable-specification-derive crates

4 releases (breaking)

0.4.0 Feb 13, 2023
0.3.0 Jul 6, 2022
0.2.0 Jul 15, 2021
0.1.0 Jun 8, 2021

#3 in #ebml

Download history 49/week @ 2024-09-01 27/week @ 2024-09-08 8/week @ 2024-09-15 30/week @ 2024-09-22 148/week @ 2024-09-29 119/week @ 2024-10-06 285/week @ 2024-10-13 1735/week @ 2024-10-20 2132/week @ 2024-10-27 1412/week @ 2024-11-03 1778/week @ 2024-11-10 1502/week @ 2024-11-17 1990/week @ 2024-11-24 2109/week @ 2024-12-01 2057/week @ 2024-12-08 2347/week @ 2024-12-15

8,572 downloads per month
Used in 8 crates (2 directly)

MIT license

16KB
134 lines

This crate provides a core ebml specification that is used by the ebml-iterable crate.

The related ebml-iterable-specification-derive crate can be used to simplify implementation of this spec.

No runtime deps