mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-05-06 12:10:02 +00:00
Impl ReadableRx
in mod receiver_as_readable
Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
parent
6bc04340b6
commit
f211788052
3 changed files with 51 additions and 1 deletions
|
@ -26,6 +26,7 @@ mod auto_abort_join_handle;
|
|||
pub use auto_abort_join_handle::AutoAbortJoinHandle;
|
||||
|
||||
mod extracter;
|
||||
mod receiver_as_readable;
|
||||
|
||||
/// Load binstall metadata from the crate `Cargo.toml` at the provided path
|
||||
pub fn load_manifest_path<P: AsRef<Path>>(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue