Docs.rs
dioxus-hot-reload-0.5.6
dioxus-hot-reload 0.5.6
Docs.rs crate page
MIT OR Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
jkelleyrtp
Dependencies
chrono ^0.4.24
normal
optional
dioxus-core ^0.5.6
normal
dioxus-html ^0.5.6
normal
optional
dioxus-rsx ^0.5.6
normal
execute ^0.2.11
normal
optional
ignore ^0.4.19
normal
optional
interprocess-docfix ^1.2.2
normal
notify ^5.0.0
normal
optional
once_cell ^1.17.0
normal
optional
serde ^1
normal
serde_json ^1.0.91
normal
Versions
75%
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
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
dioxus_
hot_
reload
0.5.6
dioxus_hot_reload
Function
connect_at
Copy item path
Source
pub fn connect_at( socket:
PathBuf
, callback: impl
FnMut
(
HotReloadMsg
) +
Send
+ 'static, )