Docs.rs
virtual-fs-0.2.0
virtual-fs 0.2.0
Docs.rs crate page
MIT
Links
crates.io
Source
Owners
syrusakbary
github:wasmerio:wasmer-core
ptitSeb
Dependencies
anyhow ^1.0.66
normal
async-trait ^0.1
normal
bytes ^1
normal
derivative ^2.2.0
normal
filetime ^0.2.18
normal
fs_extra ^1.2.0
normal
indexmap ^1.9.2
normal
lazy_static ^1.4
normal
libc ^0.2
normal
pin-project-lite ^0.2.9
normal
slab ^0.4
normal
thiserror ^1
normal
tokio ^1
normal
tracing ^0.1
normal
typetag ^0.1
normal
webc ^5.0
normal
pretty_assertions ^1.3.0
dev
tempfile ^3.4.0
dev
tokio ^1
dev
getrandom ^0.2
normal
getrandom ^0.2
normal
Versions
34.92%
of the crate is documented
Go to latest version
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
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
ClonableVirtualFile
Implementors
In virtual_fs
?
Trait
virtual_fs
::
ClonableVirtualFile
source
·
[
−
]
pub trait ClonableVirtualFile:
VirtualFile
+
Clone
{ }
Implementors
§
source
§
impl
ClonableVirtualFile
for
NullFile
source
§
impl<T>
ClonableVirtualFile
for
ArcFile
<T>
where T:
VirtualFile
+
Send
+
Sync
+ 'static +
Clone
,