#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 10/week @ 2024-07-23 14/week @ 2024-07-30 68/week @ 2024-08-06 4/week @ 2024-08-13 6/week @ 2024-08-20 41/week @ 2024-08-27 39/week @ 2024-09-03 22/week @ 2024-09-10 12/week @ 2024-09-17 46/week @ 2024-09-24 154/week @ 2024-10-01 162/week @ 2024-10-08 450/week @ 2024-10-15 2109/week @ 2024-10-22 1785/week @ 2024-10-29 1459/week @ 2024-11-05

5,842 downloads per month
Used in 7 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