cargo_hot/
lib.rs

1pub mod hotpatch;
2pub mod link;
3pub mod rustc;
4
5pub type Result<T> = anyhow::Result<T>;