libaom 0.3.0

libaom bindings
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# 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