Impl new type Vfs which impl AbstractFilesystem

Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
Jiahao XU 2022-06-12 01:57:34 +10:00
parent c6687edf48
commit 3c30722a06
No known key found for this signature in database
GPG key ID: 591C0B03040416D6
2 changed files with 41 additions and 0 deletions

View file

@ -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(