file-vec 0.1.0

Uses memory mapping to store a vec like structure in the file system rather than on the heap. Although diskalloc already exists, I needed the option to make data persistent so an opaque allocator structure was inadequate for me. This reimplements most of Vec's features, with a couple extra stuff for relating to the backing file
Documentation
  • Coverage
  • 95.08%
    58 out of 61 items documented0 out of 58 items with examples
  • Size
  • Source code size: 53.84 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 9.58 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 48s Average build duration of successful builds.
  • all releases: 48s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • 8000thCube/file-vec
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • 8000thCube