Docs.rs
standard_library-0.1.0
standard_library 0.1.0
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
murtazaai
Dependencies
assert-type-eq ^0.1.0
normal
env-file-reader ^0.3.0
normal
http ^0.2.9
normal
log ^0.4.17
normal
merkletree ^0.23.0
normal
num ^0.4.0
normal
substring ^1.4.5
normal
threadpool ^1.8.1
normal
criterion ^0.5.1
dev
Versions
8.79%
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
standard_
library
0.1.0
standard_library
Macro
to_bytes
Copy item path
Source
macro_rules! to_bytes { ($a:expr) => { ... }; }
Expand description
‘to_bytes’ converts ‘*str’ into bytes.