Crates.io | dir-obj |
lib.rs | dir-obj |
version | 0.1.0 |
source | src |
created_at | 2017-01-13 07:47:38.540375 |
updated_at | 2017-01-13 07:47:38.540375 |
description | simple directory object that has files with data |
homepage | |
repository | https://github.com/vitiral/dir-obj-rs |
max_upload_size | |
id | 8038 |
size | 16,183 |
dir_obj
is a library which represents an entire directory and all
it's contents in memory. This was primarily created to write middlware
for Nickel.rs to server "static" files from memory instead of from
the filesystem.