cadeau-sys

Crates.iocadeau-sys
lib.rscadeau-sys
version0.2.1
sourcesrc
created_at2024-07-24 19:29:20.733763
updated_at2024-07-26 08:25:09.169841
descriptionFFI bindings to Cadeau library, performance primitives and media foundation functions
homepagehttps://github.com/Devolutions/cadeau
repositoryhttps://github.com/Devolutions/cadeau
max_upload_size
id1314271
size12,849
Marc-André Moreau (awakecoding)

documentation

README

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.

Commit count: 0

cargo fmt