https://github.com/darkskygit/aom-rs
https://github.com/darkskygit/aom-rs
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/darkskygit/aom-rs
- Owner: darkskygit
- License: mit
- Created: 2021-11-07T14:05:33.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-11-08T18:04:50.000Z (over 4 years ago)
- Last Synced: 2025-02-01T08:12:24.892Z (over 1 year ago)
- Language: Rust
- Size: 68.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# libaom bindings
[](LICENSE)
[](https://github.com/rust-av/aom-rs/actions)
It is a simple [binding][1] and safe abstraction over [libaom][2].
## Building
By default the bindings are generated using the headers and libraries that ought to be present in the system.
## TODO
- [x] Simple bindings
- [ ] Safe abstraction
- [ ] Examples
[1]: https://github.com/rust-lang-nursery/rust-bindgen
[2]: https://aomedia.googlesource.com/aom