text-search-core 0.1.6

Core utils for the text-search crate.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
mod field_info;
mod indexable;
pub mod symbol;
pub mod struct_info;
pub mod field_type;
pub mod index_type;

pub use struct_info::StructInfo as StructInfo;
pub use field_info::FieldInfo as FieldInfo;
pub use index_type::IndexType as IndexType;
pub use indexable::Indexable as Indexable;
pub use field_type::FieldType as FieldType;