1
0
Fork
You've already forked openfx-sys
0
Low-level OpenFX bindings for Rust
  • Rust 98.8%
  • Shell 0.7%
  • C 0.5%
Nathan Weston 32a1f4b8fe Remove PartialEq/Eq derives on suite structs
Newer versions of rustc warn that function pointer comparison is
unstable. And there's no need to equality comparisons on these
structs, they were just automatically added by bindgen.
2026年07月08日 11:34:43 -04:00
src Remove PartialEq/Eq derives on suite structs 2026年07月08日 11:34:43 -04:00
.gitignore Initial bindings 2025年09月12日 21:12:26 -04:00
bindgen.sh Add optional serde support 2025年09月12日 21:12:26 -04:00
Cargo.toml Revert "Wrappers for paramGetValue" 2026年05月21日 08:55:33 -04:00
LICENSE Initial commit 2025年09月12日 21:10:55 -04:00
README.md Initial commit 2025年09月12日 21:10:55 -04:00

openfx-sys

Low-level OpenFX bindings for Rust