docs.rs failed to build libde265-rs-0.1.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:
libde265-rs-0.2.1
libde265-rs
Safe wrapper around the libde265-sys crate to decode H625 streams.
System dependencies
libde265-dev>= 1.0
Linux
Crate libde265-sys uses pkg-confing command to find installed libde265.
You can also enable embedded-libde265 feature to compile libde265 from
embedded into libde265-sys crate sources and then link it statically.
Windows
Crate libde265-sys uses vcpkg crate
to find libde265 installed with help of vcpkg.
You can use cargo-vcpkg
to install libde265 with help of cargo command:
cargo vcpkg -v build
cargo-vcpkg can fetch and build a vcpkg installation of required
packages from scratch. It merges package requirements specified in
the Cargo.toml of crates in the dependency tree.
Examples
Decode H265 stream
use File;
use Read;
use *;