Docs.rs
exarch-core-0.6.0
exarch-core 0.6.0
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
04 August 2026
Links
Homepage
Repository
crates.io
Source
Owners
bug-ops
Dependencies
bzip2 ^0.6
normal
flate2 ^1.1
normal
rustc-hash ^2.1
normal
sevenz-rust2 ^0.21.4
normal
smallvec ^1.15
normal
tar ^0.4
normal
tempfile ^3.27
normal
thiserror ^2.0
normal
time ^0.3
normal
walkdir ^2.5
normal
xz2 ^0.1
normal
zip ^9.0.0-pre2
normal
zstd ^0.13
normal
criterion ^0.8
dev
dhat ^0.3
dev
proptest ^1.11
dev
trybuild ^1.0
dev
libc ^0.2
normal
Versions
100%
of the crate is documented
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
Skip to main content
Module io_context
exarch_
core
0.6.0
Module io_
context
Module Items
Structs
In exarch_
core::
error
exarch_core
::
error
Module
io_
context
Copy item path
Source
Expand description
Structured context for
std::io::Error::other
call sites.
Structs
ยง
IoContext
Pairs a static, non-path-bearing summary with the dynamic detail of an I/O failure constructed via [
std::io::Error::other
].