Docs.rs
veilid-tools-0.5.2
veilid-tools 0.5.2
Docs.rs crate page
MPL-2.0
Links
Homepage
Repository
crates.io
Source
Owners
veilid
Dependencies
async-lock ^3.4.0
normal
backtrace ^0.3.71
normal
cfg-if ^1.0.0
normal
flume ^0.11.1
normal
fn_name ^0.1.0
normal
futures-util ^0.3.31
normal
futures_codec ^0.4.1
normal
imbl ^3.0.0
normal
indent ^0.1.1
normal
log ^0.4.26
normal
once_cell ^1.20.3
normal
parking_lot ^0.12.3
normal
postcard ^1.1.1
normal
optional
rand ^0.8.5
normal
range-set-blaze ^0.1.16
normal
serde ^1.0.218
normal
stop-token ^0.7.0
normal
thiserror ^1.0.69
normal
tracing ^0.1.41
normal
optional
tracing-subscriber ^0.3.19
normal
optional
async_executors ^0.7.0
normal
js-sys ^0.3.83
normal
send_wrapper ^0.6.0
normal
ws_stream_wasm ^0.7.4
normal
optional
console_error_panic_hook ^0.1.7
dev
veilid-tracing-wasm =0.1.0
dev
wasm-bindgen-test ^0.3.56
dev
wasm-logger ^0.2.0
dev
netlink-packet-route =0.17.1
normal
netlink-sys =0.8.5
normal
rtnetlink =0.13.1
normal
async-io ^1.13.0
normal
async-std ^1.13.0
normal
optional
async-tungstenite ^0.28.2
normal
optional
veilid-bugsalot ^0.2.0
normal
optional
chrono ^0.4.40
normal
clap ^4
normal
optional
ctrlc ^3
normal
futures-util ^0.3.31
normal
hickory-resolver ^0.25.2
normal
indent ^0.1.1
normal
optional
ipnet ^2
normal
optional
libc ^0.2.170
normal
nix ^0.27.1
normal
rand_chacha ^0.3.1
normal
optional
serde_yaml_ng ^0.10.0
normal
optional
socket2 ^0.5.8
normal
time ^0.3.38
normal
optional
tokio ^1.43.0
normal
optional
tokio-stream ^0.1.17
normal
optional
tokio-util ^0.7.13
normal
optional
validator ^0.19.0
normal
optional
ws_stream_tungstenite ^0.14.0
normal
optional
env_logger ^0.11.8
dev
android_logger ^0.13.3
normal
jni ^0.21.1
normal
paranoid-android ^0.2.2
normal
optional
oslog ^0.2.0
normal
optional
tracing-oslog ^0.3.0
normal
optional
winapi ^0.3.9
normal
windows ^0.51.1
normal
ifstructs ^0.1.1
normal
Versions
12.45%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
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
Skip to main content
ToStaticStr
veilid_
tools
0.5.2
ToStatic
Str
Required Methods
to_static_str
Implementors
In crate veilid_
tools
veilid_tools
Trait
ToStatic
Str
Copy item path
Source
pub trait ToStaticStr { // Required method fn
to_static_str
(&self) -> &'static
str
; }
Required Methods
§
Source
fn
to_static_str
(&self) -> &'static
str
Implementors
§
Source
§
impl<T:
AsRef
<
str
>>
ToStaticStr
for T