Crates.io | rapid-fs |
lib.rs | rapid-fs |
version | 0.1.1 |
source | src |
created_at | 2024-05-10 06:46:11.894415 |
updated_at | 2024-05-16 05:04:40.175698 |
description | A simple virtual file system API for Hypi's RAPID server |
homepage | https://github.com/hypi-universe/rapid-fs |
repository | https://github.com/hypi-universe/rapid-fs |
max_upload_size | |
id | 1235767 |
size | 37,554 |
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.
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.