cadeau 0.5.2

Idiomatic rust bindings to Cadeau library, performance primitives and media foundation functions
1
2
3
4
5
6
7
8
#![doc = include_str!("../README.md")]
#![cfg_attr(docsrs, feature(doc_auto_cfg))]

#[cfg(test)]
use {ebml_iterable as _, webm_iterable as _};

#[cfg(feature = "xmf")]
pub mod xmf;