Docs.rs
libpna-0.18.0
libpna 0.18.0
Docs.rs crate page
Apache-2.0
OR
MIT
Links
Repository
crates.io
Source
Owners
ChanTsune
Dependencies
aes ^0.8.4
normal
argon2 ^0.5.3
normal
camellia ^0.1.0
normal
camino ^1.1.9
normal
cbc ^0.1.2
normal
cipher ^0.4.4
normal
crc32fast ^1.4.2
normal
crypto-common ^0.1.6
normal
ctr ^0.9.2
normal
flate2 ^1.0.33
normal
futures-io ^0.3.30
normal
optional
futures-util ^0.3.30
normal
optional
liblzma ^0.3.4
normal
password-hash ^0.5.0
normal
pbkdf2 ^0.12.2
normal
rand ^0.8.5
normal
zstd ^0.13.2
normal
version-sync ^0.9.5
dev
tokio ^1.40.0
dev
tokio-util ^0.7.11
dev
pbkdf2 ^0.12.2
normal
getrandom ^0.2
normal
liblzma ^0.3.4
normal
zstd ^0.13.2
normal
Versions
100%
of the crate is documented
Go to latest version
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
libpna
0.18.0
Entry
Object Safety
Implementors
In crate libpna
Trait
libpna
::
Entry
Copy item path
source
·
[
−
]
pub trait Entry: SealedEntryExt { }
Expand description
Archive entry.
Object Safety
§
This trait is
not
object safe
.
Implementors
§
source
§
impl<T>
Entry
for
ReadEntry
<T>
where
ReadEntry
<T>: SealedEntryExt,
source
§
impl<T>
Entry
for
RegularEntry
<T>
where
RegularEntry
<T>: SealedEntryExt,
source
§
impl<T>
Entry
for
SolidEntry
<T>
where
SolidEntry
<T>: SealedEntryExt,