Docs.rs
scratch-server-0.7.0
scratch-server 0.7.0
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
radek00
Dependencies
base64 ^0.22.1
normal
chrono ^0.4.37
normal
clap ^4.5.4
normal
flate2 ^1.0.30
normal
include_dir ^0.7.3
normal
mime_guess ^2.0.4
normal
native-tls ^0.2.11
normal
percent-encoding ^2.3.1
normal
regex ^1.10.3
normal
serde ^1.0.197
normal
serde_json ^1.0.114
normal
termcolor ^1.4.1
normal
regex ^1.10.3
build
Versions
0%
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
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
scratch_
server
0.7.0
Read
Write
Implementors
In crate scratch_
server
scratch_server
Trait
ReadWrite
Copy item path
Source
pub trait ReadWrite:
Read
+
Write
+
Send
+ 'static { }
Implementors
§
Source
§
impl<T:
Read
+
Write
+
Send
+ 'static>
ReadWrite
for T