Docs.rs
cargo-hot-0.1.1
cargo-hot 0.1.1
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
hecrj
Dependencies
anyhow ^1
normal
ar ^0.9
normal
bincode ^2
normal
cargo ^0.88
normal
cargo-config2 ^0.1
normal
cargo-hot-protocol ^0.1
normal
cargo_metadata ^0.20
normal
clap ^4.5
normal
color-print ^0.3
normal
dunce ^1
normal
itertools ^0.14
normal
log ^0.4
normal
notify ^8
normal
object ^0.36
normal
pdb ^0.8
normal
rayon ^1.10
normal
serde ^1
normal
serde_json ^1
normal
subsecond ^0.7
normal
subsecond-types ^0.7
normal
target-lexicon ^0.13
normal
tempfile ^3.20
normal
thiserror ^2.0
normal
tokio ^1.45
normal
tracing-subscriber ^0.3
normal
uuid ^1.17
normal
walrus ^0.23
normal
wasmparser ^0.232
normal
which ^7
normal
Versions
18.52%
of the crate is documented
Platform
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
Files
cargo_hot/
lib.rs
1
pub mod
hotpatch;
2
pub mod
link;
3
pub mod
rustc;
4
5
pub type
Result
<T> = anyhow::Result<T>;