Docs.rs
runmat-filesystem-0.3.2
runmat-filesystem 0.3.2
Docs.rs crate page
MIT
Links
crates.io
Source
Owners
nallana
Dependencies
async-trait ^0.1
normal
futures ^0.3
normal
once_cell ^1
normal
serde ^1.0
normal
serde_json ^1.0
normal
sha2 ^0.10
normal
url ^2.5
normal
uuid ^1
normal
tempfile ^3.10
dev
chrono ^0.4
normal
crossbeam-utils ^0.8
normal
reqwest ^0.12
normal
axum ^0.7
dev
tokio ^1.36
dev
js-sys ^0.3
normal
uuid ^1
normal
wasm-bindgen ^0.2
normal
web-sys ^0.3
normal
wasm-bindgen-test ^0.3
dev
Versions
8.51%
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
FileHandle
runmat_
filesystem
0.3.2
File
Handle
Implementors
In crate runmat_
filesystem
runmat_filesystem
Trait
File
Handle
Copy item path
Source
pub trait FileHandle:
Read
+
Write
+
Seek
+
Send
+
Sync
{ }
Implementors
§
Source
§
impl<T>
FileHandle
for T
where T:
Read
+
Write
+
Seek
+
Send
+
Sync
+ 'static,