Docs.rs
toolbox-rs-0.6.0
toolbox-rs 0.6.0
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
DennisOSRM
Dependencies
bincode ^2.0.0
normal
bitvec ^1.0.1
normal
clap ^4.5.37
normal
env_logger ^0.11.8
normal
fxhash ^0.2.1
normal
geojson ^0.24.1
normal
indicatif ^0.17.11
normal
itertools ^0.14.0
normal
log ^0.4.27
normal
num ^0.4.3
normal
rand ^0.9.1
normal
rayon ^1.10.0
normal
tempfile ^3.16.0
normal
thiserror ^2.0.12
normal
xxhash-rust ^0.8.15
normal
criterion ^0.5.1
dev
jemallocator ^0.5.4
normal
Versions
32.44%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
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
toolbox_
rs
0.6.0
AsBytes
Required Methods
as_bytes
Implementations on Foreign Types
&str
Implementors
In toolbox_
rs::
as_
bytes
toolbox_rs
::
as_bytes
Trait
AsBytes
Copy item path
Source
pub trait AsBytes { // Required method fn
as_bytes
(&self) -> &[
u8
]
ⓘ
; }
Required Methods
§
Source
fn
as_bytes
(&self) -> &[
u8
]
ⓘ
Implementations on Foreign Types
§
Source
§
impl
AsBytes
for &
str
Source
§
fn
as_bytes
(&self) -> &[
u8
]
ⓘ
Implementors
§