Jiahao XU
|
23bad39ba8
|
Refactor:Mv mod visitor vfs under crates_io
Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
|
2022-06-21 13:44:12 +10:00 |
|
Jiahao XU
|
5d79af545b
|
Add doc for Vfs
Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
|
2022-06-21 13:38:24 +10:00 |
|
Jiahao XU
|
bd39ce754f
|
Fix Vfs::add_path : Use to_string_lossy
instead of `to_str` to be compatible with the implementation in
`cargo_toml`:
https://docs.rs/cargo_toml/0.11.5/src/cargo_toml/afs.rs.html#24
Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
|
2022-06-12 19:23:03 +10:00 |
|
Jiahao XU
|
b88e384f95
|
Fix Vfs::add_path : Add insert filename instead of path
into the `HashSet<Box<Path>>`
Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
|
2022-06-12 19:17:06 +10:00 |
|
Jiahao XU
|
989be49cb0
|
Fix confusing doc of Vfs::add_path
Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
|
2022-06-12 17:13:48 +10:00 |
|
Jiahao XU
|
44d43113f4
|
Forward impl AbstractFilesystem for &Vfs
Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
|
2022-06-12 16:08:41 +10:00 |
|
Jiahao XU
|
3c30722a06
|
Impl new type Vfs which impl AbstractFilesystem
Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
|
2022-06-12 01:57:34 +10:00 |
|