mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-05-06 04:00:02 +00:00
Impl new type Vfs
which impl AbstractFilesystem
Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
parent
c6687edf48
commit
3c30722a06
2 changed files with 41 additions and 0 deletions
|
@ -8,6 +8,8 @@ pub use cratesio::*;
|
|||
mod version;
|
||||
use version::find_version;
|
||||
|
||||
mod vfs;
|
||||
|
||||
/// Fetch a crate by name and version from github
|
||||
/// TODO: implement this
|
||||
pub async fn fetch_crate_gh_releases(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue