2 releases

0.1.1 May 16, 2024
0.1.0 May 10, 2024

#1149 in Filesystem

Download history 10/week @ 2024-07-14 1/week @ 2024-07-21 8/week @ 2024-07-28 4/week @ 2024-08-04 1/week @ 2024-08-11 4/week @ 2024-08-25 1/week @ 2024-09-01 19/week @ 2024-09-22 6/week @ 2024-09-29

87 downloads per month
Used in 2 crates

Custom license

25KB
595 lines

RAPID Virtual Filesystem

This package is a simple library for providing a virtual file system API to Hypi's RAPID server. It is not generic and likely doesn't suit any use case beyond Hypi's.

What does it do?

A multi-tenant server which allows users to specify paths needs a way to prevent them from using .. and so on to go to directories outside their own. This ensures all access is within their folder or its sub-tree whilst also providing some APIs that make things more convenient for RAPID server's use case.

Dependencies

~1–2MB
~40K SLoC