mirror of
https://github.com/meilisearch/meilisearch.git
synced 2024-11-24 02:55:06 +08:00
5 lines
78 B
Rust
5 lines
78 B
Rust
|
mod facet_type;
|
||
|
pub mod value_encoding;
|
||
|
|
||
|
pub use self::facet_type::FacetType;
|