cadeau-sys 0.2.0

FFI bindings to Cadeau library, performance primitives and media foundation functions
Documentation
1
2
3
4
5
6
7
8
9
#![doc = include_str!("../README.md")]
#![allow(clippy::too_many_arguments)]
#![allow(non_snake_case)]
#![cfg_attr(docsrs, feature(doc_auto_cfg))]

mod macros;

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