Docs.rs
nx-archive-0.1.2
nx-archive 0.1.2
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
korewaChino
github:ryouvc:crates-io
Dependencies
aes ^0.8.4
normal
binrw >=0.14
normal
block-modes ^0.9.1
normal
cipher ^0.4.4
normal
ctr ^0.9.2
normal
ctr ^0.6
normal
dirs ^6.0.0
normal
ecb ^0.1.2
normal
hex ^0.4.3
normal
hex-literal ^1.0.0
normal
regex ^1.11.1
normal
thiserror ^2.0.12
normal
tracing ^0
normal
xts ^0.0.0
normal
xts-mode ^0.5.1
normal
color-eyre ^0.6.3
dev
tracing-subscriber ^0.3.19
dev
tracing-test ^0.2.5
dev
Versions
68.53%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
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
nx_
archive
0.1.2
Read
Seek
Implementors
In nx_
archive::
io
nx_archive
::
io
Trait
ReadSeek
Copy item path
Source
pub trait ReadSeek:
Read
+
Seek
{ }
Expand description
Trait that combines Read and Seek
Implementors
§
Source
§
impl<T:
Read
+
Seek
>
ReadSeek
for T