mirror of
https://github.com/meilisearch/MeiliSearch
synced 2024-11-10 15:08:56 +01:00
5 lines
78 B
Rust
5 lines
78 B
Rust
mod facet_type;
|
|
pub mod value_encoding;
|
|
|
|
pub use self::facet_type::FacetType;
|