Docs.rs
avif-parse-1.0.0
avif-parse 1.0.0
Docs.rs crate page
MPL-2.0
Links
Repository
crates.io
Source
Owners
kornelski
Dependencies
bitreader ^0.3.5
normal
byteorder ^1.4.3
normal
fallible_collections ^0.4.4
normal
log ^0.4.14
normal
static_assertions ^1.1.0
normal
env_logger ^0.9.0
dev
walkdir ^2.3.2
dev
Versions
71.43%
of the crate is documented
Go to latest version
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
Result
In
avif_parse
?
Type Definition
avif_parse
::
Result
source
·
[
−
]
pub type Result<T, E =
Error
> =
Result
<T, E>;
Expand description
Result shorthand using our Error enum.