ebml-iterable-specification 0.4.0

Provides the base `EbmlSpecification` used by the `ebml-iterable` and `ebml-iterable-specification-derive` crates.
Documentation
  • Coverage
  • 72.5%
    29 out of 40 items documented1 out of 27 items with examples
  • Size
  • Source code size: 15.33 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 721.47 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 8s Average build duration of successful builds.
  • all releases: 8s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Homepage
  • austinleroy/ebml-iterable
    15 12 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • austinleroy

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.