//!
//! Provides the EBML specification types.
//!
//! Typically won't be used unless you are implementing a custom specification that uses EBML. You can enable the `"derive-spec"` feature to obtain a macro to make implementation easier.
//!
pub use ebml_specification;
pub use easy_ebml;
pub use EbmlSpecification as EbmlSpecification;
pub use EbmlTag as EbmlTag;
pub use TagDataType as TagDataType;
pub use Master as Master;
pub use PathPart as PathPart;