Docs.rs
vfs-0.12.1
vfs 0.12.1
Permalink
Docs.rs crate page
Apache-2.0
Links
Repository
crates.io
Source
Owners
manuel-woelker
Dependencies
async-recursion ^1.0.5
normal
optional
async-std ^1.12.0
normal
optional
async-trait ^0.1.73
normal
optional
camino ^1.0.5
normal
optional
filetime ^0.2.23
normal
futures ^0.3.28
normal
optional
rust-embed ^8.0.0
normal
optional
tokio ^1.29.0
normal
optional
anyhow ^1.0.58
dev
camino ^1.0.5
dev
tokio-test ^0.4.3
dev
uuid =0.8.1
dev
Versions
96.23%
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
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
vfs
0.12.1
Seek
AndRead
Implementors
In vfs::
async_
vfs::
path
vfs
::
async_vfs
::
path
Trait
SeekAndRead
Copy item path
Source
pub trait SeekAndRead:
Seek
+
Read
{ }
Expand description
Trait combining Seek and Read, return value for opening files
Implementors
§
Source
§
impl<T>
SeekAndRead
for T
where T:
Seek
+
Read
,