mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-05-06 04:00:02 +00:00
Add doc for Vfs
Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
parent
784a24577b
commit
5d79af545b
1 changed files with 3 additions and 0 deletions
|
@ -6,6 +6,9 @@ use cargo_toml::AbstractFilesystem;
|
|||
|
||||
use crate::helpers::PathExt;
|
||||
|
||||
/// This type stores the filesystem structure for the crate tarball
|
||||
/// extracted in memory and can be passed to
|
||||
/// `cargo_toml::Manifest::complete_from_abstract_filesystem`.
|
||||
#[derive(Debug)]
|
||||
pub(super) struct Vfs(HashMap<Box<Path>, HashSet<Box<str>>>);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue