libaom-sys

Crates.iolibaom-sys
lib.rslibaom-sys
version
sourcesrc
created_at2020-08-03 18:45:25.532038
updated_at2024-10-15 09:30:26.816403
descriptionBindings for libaom. Part of libavif-sys
homepage
repositoryhttps://github.com/njaard/libavif-rs
max_upload_size
id272615
Cargo.toml error:TOML parse error at line 34, column 1 | 34 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include`
size0
project-freta (github:microsoft:project-freta)

documentation

https://docs.rs/libavif-sys

README

Rust bindings to libaom

By default, this crate uses cmake to build libaom, and links it statically.

To link dynamically to an existing build instead, set env variables: LIB_AOM_STATIC_LIB_PATH, LIB_AOM_INCLUDE_PATH, LIB_AOM_PKG_CONFIG_PATH.

Commit count: 288

cargo fmt