Docs.rs
archive-reader-0.3.2
archive-reader 0.3.2
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
YaxinCheng
Dependencies
libc ^0.2
normal
log ^0.4
normal
thiserror ^1.0
normal
pkg-config ^0.3
build
Versions
55.56%
of the crate is documented
This release has been yanked, 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 archive_reader::error
?
Type Definition
archive_reader
::
error
::
Result
source
·
[
−
]
pub type Result<T, E =
Error
> =
Result
<T, E>;