MeiliSearch/src/facet/mod.rs

5 lines
78 B
Rust
Raw Normal View History

mod facet_type;
pub mod value_encoding;
pub use self::facet_type::FacetType;