libvpx 0.1.1

libvpx bindings
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# libvpx bindings

[![LICENSE](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)
[![Actions Status](https://github.com/rust-av/vpx-rs/workflows/vpx/badge.svg)](https://github.com/rust-av/vpx-rs/actions)

It is a simple [binding][1] and safe abstraction over [libvpx][2].

## Building

The bindings are generated using the headers and libraries that ought to be present in the system.

## TODO
- [x] Simple bindings
- [x] Safe abstraction
- [ ] Examples

[1]: https://github.com/servo/rust-bindgen
[2]: http://www.webmproject.org/code/