frond 0.1.1

dynamic lexicographic containers
Documentation
  • Coverage
  • 14.29%
    2 out of 14 items documented0 out of 10 items with examples
  • Size
  • Source code size: 13.03 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 477.69 kB 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
  • Repository
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • spacejam

frond is an immutable, contiguous container for arbitrary keys and values. It can be split and merged. It is initially created as sled's new leaf structure, but it can be used for any chunk of data that you may want to put on disk - like a LSM SST etc...