Docs.rs
vfs-zip-0.2.1
vfs-zip 0.2.1
Permalink
Docs.rs crate page
Apache-2.0
OR
MIT
Links
Repository
crates.io
Source
Owners
MaulingMonkey
Dependencies
flate2 <1.0.16
normal
vfs ^0.4
normal
optional
zip ^0.5.3
normal
Versions
80%
of the crate is documented
Platform
i686-unknown-linux-gnu
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
Crate vfs_zip
vfs_zip
0.2.1
All Items
Crate Items
Structs
Type Aliases
Crate
vfs_zip
Copy item path
Source
Structs
§
Error
A generic opaque vfs-zip error
ZipRead
Only
A read-only zip archive filesystem
ZipWrite
Only
A write-only zip archive filesystem
Type Aliases
§
Result
Shorthand for
std::result::Result
<T, vfs_zip::
Error
>