slate-core 0.0.1

Shared types and configuration for the Slate-ANN vector search engine
Documentation
  • Coverage
  • 100%
    116 out of 116 items documented0 out of 46 items with examples
  • Size
  • Source code size: 58.9 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.9 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 8s Average build duration of successful builds.
  • all releases: 8s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • microsoft/Slate-ANN
    2 1 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • TheAnig

slate-core

Foundational, dependency-light types shared across every Slate-ANN crate: identifiers, distance metrics, on-disk dtypes, the central error type, and the build/search/storage configuration structs.

Keeping these here lets the SIMD, storage, PQ, graph, and index layers depend on a common vocabulary without depending on each other.