#directory #ram #object #memory #struct

dir-obj

simple directory object that has files with data

1 unstable release

Uses old Rust 2015

0.1.0 Jan 13, 2017

#27 in #ram

LGPL-3.0+

8KB
161 lines

dir-obj-rs: simple directory object in memory

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.


lib.rs:

Simple package to mimick a directory structure in ram Provides bindings (through feature flags) for conversion to/from various libraries

No runtime deps