cadeau-sys 0.2.1

FFI bindings to Cadeau library, performance primitives and media foundation functions
Documentation
  • Coverage
  • 43.14%
    44 out of 102 items documented0 out of 3 items with examples
  • Size
  • Source code size: 15.22 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 3.39 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 10s Average build duration of successful builds.
  • all releases: 10s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Homepage
  • Devolutions/cadeau
    10 4 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • awakecoding github:devolutions:crates-io CBenoit

A dangerously unsafe cadeau to Rust

:warn: This crate has been replaced by xmf-sys :warn:

Low-level and unidiomatic bindings to Cadeau library, performance primitives and media foundation functions.

It’s possible to choose between dynamically loading the library at runtime by enabling the dlopen feature, or regular static / dynamic linkage at build-time. The API itself is identical except for a init function which must be called before using other API when dlopen feature is enabled.