Modules§
Macros§
- always_
escalate - Mark the type
Tas “Always Escalating”. This will implementToRanked for $Tin a way that: - default_
post_ processor - Convenience macro for implementing
DefaultPostProcessorwhen the processor is aDefault-constructible type. - tracked_
debug - tracked_
error - Line and file numbers generated by the
tracing::event!family of macros use thefile!()andline!()macros. - tracked_
trace - tracked_
warn
Structs§
- ANNError
- Common error type shared through DiskANN.
Enums§
- ANNError
Kind - DiskANN error kinds used to tag a returned error.
Type Aliases§
- ANNResult
- Convenience alias for a
Result<T, ANNError>.