kirkos 0.1.0

Lightweight no_std heap-allocated circular buffer implementation
Documentation
  • Coverage
  • 100%
    17 out of 17 items documented0 out of 16 items with examples
  • Size
  • Source code size: 30.32 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 290.48 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
  • Homepage
  • madphysicist/kirkos
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • joe-saronic

A simple ring buffer tailored for maintaining sorted data. A typical usecase is when handling almost-chronological data that might be slightly off.

The name halo is already taken on crates.io, and kirkos is the Greek for circle, so here we are.