libdav1d bindings LICENSE Actions Status

It is a simple binding and safe abstraction over dav1d.

Building

By default the bindings are generated using the headers and libraries that ought to be present in the system. However a cargo feature also allows to optionally build and statically link libdav1d into the -sys bindings:

shell $ cargo build --features=build

TODO