sacabase 2.0.0

Base types and functions for suffix arrays and longest substring search
Documentation
  • Coverage
  • 58.82%
    10 out of 17 items documented0 out of 13 items with examples
  • Size
  • Source code size: 6.35 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 2 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 13s Average build duration of successful builds.
  • all releases: 13s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • fasterthanlime/stringsearch
    25 3 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • fasterthanlime

sacabase

Base types and functions for suffix arrays.

These are meant to be used when implementing a SACA in Rust, to make substring search easy.