dir-obj 0.1.0

simple directory object that has files with data
Documentation
  • Coverage
  • 23.53%
    4 out of 17 items documented0 out of 14 items with examples
  • Size
  • Source code size: 16.33 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.85 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 9s Average build duration of successful builds.
  • all releases: 9s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • vitiral/dir-obj-rs
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • vitiral

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.