fstore 0.1.0

Sequential binary data storage
Documentation
  • Coverage
  • 64.1%
    25 out of 39 items documented0 out of 33 items with examples
  • Size
  • Source code size: 23.16 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.98 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 14s Average build duration of successful builds.
  • all releases: 14s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • mpetricone

fstore

Sequential binary data file storage. No delete methods for written data at this time, as I was not planning on using them. Requires blake3 for cryptographic hashing only.

I have not done extensive memory testing/fuzzing.