cargo-binstall/crates/binstalk-downloader/src/lib.rs
Jiahao XU 9efe39528f
Refactor: Create new crate binstalk-git-repo-api
Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
2024-05-05 23:49:09 +10:00

6 lines
105 B
Rust

#![cfg_attr(docsrs, feature(doc_auto_cfg))]
pub use bytes;
pub mod download;
pub mod remote;
mod utils;