#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 2/week @ 2024-07-01 23/week @ 2024-07-08 22/week @ 2024-07-15 8/week @ 2024-07-22 12/week @ 2024-07-29 71/week @ 2024-08-05 5/week @ 2024-08-12 3/week @ 2024-08-19 32/week @ 2024-08-26 49/week @ 2024-09-02 23/week @ 2024-09-09 7/week @ 2024-09-16 43/week @ 2024-09-23 140/week @ 2024-09-30 146/week @ 2024-10-07 299/week @ 2024-10-14

628 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