An open API service indexing awesome lists of open source software.

https://github.com/darkskygit/aom-rs


https://github.com/darkskygit/aom-rs

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# libaom bindings

[![LICENSE](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)
[![Actions Status](https://github.com/rust-av/aom-rs/workflows/aom/badge.svg)](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