rapid-fs

Crates.iorapid-fs
lib.rsrapid-fs
version0.1.1
sourcesrc
created_at2024-05-10 06:46:11.894415
updated_at2024-05-16 05:04:40.175698
descriptionA simple virtual file system API for Hypi's RAPID server
homepagehttps://github.com/hypi-universe/rapid-fs
repositoryhttps://github.com/hypi-universe/rapid-fs
max_upload_size
id1235767
size37,554
Courtney Robinson (zcourts)

documentation

README

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.

Commit count: 4

cargo fmt