Crate tantivy_common

source ·

Modules§

Structs§

Enums§

  • Precision with which datetimes are truncated when stored in fast fields. This setting is only relevant for fast fields. In the docstore, datetimes are always saved with nanosecond precision.
  • Defines little-endian serialization.

Traits§

  • Trait for a simple binary serialization.
  • FixedSize marks a BinarySerializable as always serializing to the same size.
  • Has length trait
  • An unsafe marker trait for types that deref to a stable address, even when moved. For example, this is implemented by Box, Vec, Rc, Arc and String, among others. Even when a Box is moved, the underlying storage remains at a fixed location.
  • Trait used to indicate when no more write need to be done on a writer

Functions§