Docs.rs
squashfs-async-0.1.2
squashfs-async 0.1.2
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
cpg314
Dependencies
anyhow ^1.0.42
normal
async-compression ^0.3.12
normal
async-fs ^1.6.0
normal
optional
async-stream ^0.3.3
normal
async-trait ^0.1.51
normal
bincode ^1.3.3
normal
bitflags ^1.3.2
normal
bytes ^1.5.0
normal
clap ^3.2.23
normal
deadpool ^0.9.5
normal
fuser ^0.11.1
normal
fuser-async ^0.1.1
normal
futures ^0.3.15
normal
itertools ^0.10.1
normal
libc ^0.2.134
normal
memmap2 ^0.5.8
normal
optional
rustc-hash ^1.1.0
normal
serde ^1.0
normal
serde_repr ^0.1
normal
thiserror ^1.0.38
normal
tokio ^1.8.1
normal
tokio-util ^0.7.4
normal
tracing ^0.1
normal
tracing-subscriber ^0.3
normal
trait-set ^0.3.0
normal
glob ^0.3.1
dev
iter-read ^0.3
dev
procfs ^0.14.2
dev
rand ^0.8.5
dev
rustc-hash ^1.1.0
dev
serde_json ^1.0.91
dev
tempfile ^3.2.0
dev
Versions
27.95%
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
ManagerFactory
squashfs_
async
0.1.2
Manager
Factory
Implementors
In crate squashfs_
async
squashfs_async
Trait
Manager
Factory
Copy item path
Source
pub trait ManagerFactory<R>:
Fn
(
ReadFlags
) ->
Result
<R,
Error
> +
Send
+
Sync
+ 'static { }
Implementors
§
Source
§
impl<R, _INNER>
ManagerFactory
<R> for _INNER
where _INNER:
Fn
(
ReadFlags
) ->
Result
<R,
Error
> +
Send
+
Sync
+ 'static,