#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

#1310 in Filesystem

Download history 28/week @ 2024-09-20 102/week @ 2024-09-27 137/week @ 2024-10-04 230/week @ 2024-10-11 1309/week @ 2024-10-18 2249/week @ 2024-10-25 1488/week @ 2024-11-01 1624/week @ 2024-11-08 1764/week @ 2024-11-15 1553/week @ 2024-11-22 2325/week @ 2024-11-29 2042/week @ 2024-12-06 2395/week @ 2024-12-13 1394/week @ 2024-12-20 777/week @ 2024-12-27 2146/week @ 2025-01-03

7,020 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