docs.rs failed to build libyuv-1.0.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build:
libyuv-0.1.2
libyuv-rs
Raw FFI bindings to libyuv libraries,This is an unsafe package.
Supported platforms
| arch/os | linux | windows | macos |
|---|---|---|---|
| arm64 | ✅ | ❌ | ✅ |
| amd64 | ✅ | ✅ | ❌ |
Quick start
Add the following to your Cargo.toml:
[]
= "0.1"
Convert ARGB to NV12:
let argb = vec!;
let mut nv12 = vec!;
let ret = unsafe ;
assert_eq!;
License
MIT Copyright (c) 2022 Mr.Panda.