issues
search
manuel-woelker
/
rust-vfs
A virtual filesystem for Rust
Apache License 2.0
384
stars
44
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Fix capitalisation in doc comment
#69
nicx256
opened
5 months ago
0
`MemoryFS::new()` panics in webassembly
#68
voltrevo
opened
6 months ago
6
feat(zip): ZipFS support
#67
manuel-woelker
opened
7 months ago
0
Why is a `'static` lifetime required for things that `impl FileSystem`?
#66
landaire
opened
7 months ago
5
question: why we need both `tokio` and `async-std` in `async` vfs
#65
attila-lin
closed
8 months ago
2
Allow seek when writing
#64
jonmclean
closed
9 months ago
5
feat: allow vfs implementations to specify m/b/a-times in file metadata
#63
kartonrad
closed
8 months ago
11
use Arc<str> for paths
#62
BrettMayson
closed
9 months ago
1
EmbeddedFS File Not Found
#61
agieocean
closed
10 months ago
2
Unlocked tokio crate version
#60
Fredrik-Reinholdsen
closed
9 months ago
3
Idea: Implement a VFS based on GitHub Gist
#59
mbechto
opened
1 year ago
4
Readonly Filesystem
#58
seanaye
opened
1 year ago
1
Implement a FileSystem backed by S3
#57
jereanon
closed
11 months ago
1
beginnings of s3 based VFS
#56
jereanon
closed
1 year ago
3
Bump rust-embed version to 8.0
#55
NickAcPT
closed
1 year ago
6
Added async port of rust-vfs
#54
Fredrik-Reinholdsen
closed
1 year ago
20
Bump MSRV to 1.56 and Rust edition to 2021
#53
Property404
opened
1 year ago
0
Unblock CI
#52
Property404
opened
1 year ago
0
Fix broken link to `EmbeddedFS` for doc.rs.
#51
James2022-rgb
opened
1 year ago
1
Preserve ordering of embedded files
#50
anuraaga
closed
1 year ago
3
Use semver instead of fixed minor ver for rust-embed
#49
anuraaga
opened
1 year ago
4
Q: Can you run a process in the Vfs Context?
#48
Zyian
closed
1 year ago
2
create_dir_all is not thread safe/races with itself.
#47
gczzdc
closed
1 year ago
0
Have `read_dir` and `walk_dir` return `Send`
#46
Property404
closed
1 year ago
1
Allow absolute paths in VfsPath::join(), fix bug
#45
Property404
closed
1 year ago
1
VfsPath: Add 'is_root()` method
#44
Property404
closed
1 year ago
0
Allow multiple consecutive slashes in paths (but see discussion)
#43
Property404
closed
1 year ago
2
Have VfsPath::join() treat paths more unix-like
#42
Property404
closed
1 year ago
3
VfsPath::join(): treat '..' at root as valid
#41
Property404
closed
1 year ago
4
Add `Send` to trait objects returned from APIs, for interoperability with async code
#40
Property404
closed
2 years ago
1
`VfsError` & `VfsResult` are incompatible with `anyhow`
#39
tats-u
closed
2 years ago
2
no_std compatiblity
#38
robamu
opened
2 years ago
6
Feature: Merging / flattening Filesystems into each other
#37
bengsparks
opened
2 years ago
3
Add random file access support
#36
jalcine
opened
2 years ago
7
Feature: Seek + Write from VfsPath
#35
jalcine
opened
2 years ago
2
Improve error ergonomics for end users
#34
Technohacker
closed
2 years ago
9
VfsError does not have an easy way to programmatically match against Error Variants
#33
Technohacker
closed
2 years ago
5
Impl std::error::Error for VfsError
#32
Technohacker
closed
2 years ago
1
Graceful Failures for InMemory Solutions
#31
jalcine
closed
2 years ago
2
Update lib.rs
#30
Zyian
closed
2 years ago
1
Incompatibility with rust-embed ^6.0
#29
djrakita
closed
2 years ago
5
Activate `embedded-fs` feature when building on docs.rs
#28
Absolucy
closed
2 years ago
1
Q: Why does VfsPath have a ref to the FS?
#27
aleokdev
opened
2 years ago
3
Add `VfsPath::root()` to get to the root of the virtual filesystem
#26
manuel-woelker
closed
2 years ago
1
Remove thiserror dependency to improve compile times
#25
manuel-woelker
closed
2 years ago
0
A consistent definition for paths + EmbeddedFS quirk
#24
Technohacker
closed
2 years ago
2
Should not panic here
#23
Yesterday17
closed
2 years ago
0
Use camino paths or support non-UTF-8 paths?
#22
sunshowers
opened
3 years ago
6
OverlayFS: Get a layer by it's index
#21
BrettMayson
closed
3 years ago
3
Accessing the VfsPath::fs
#20
der-b
opened
3 years ago
1
Next