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. |
||
|---|---|---|
| src | Remove PartialEq/Eq derives on suite structs | |
| .gitignore | Initial bindings | |
| bindgen.sh | Add optional serde support | |
| Cargo.toml | Revert "Wrappers for paramGetValue" | |
| LICENSE | Initial commit | |
| README.md | Initial commit | |
openfx-sys
Low-level OpenFX bindings for Rust