mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-01-27 13:47:29 +01:00
8 lines
168 B
Rust
8 lines
168 B
Rust
#![cfg_attr(feature = "nightly", feature(test))]
|
|
|
|
mod common_words;
|
|
mod sort_by_attr;
|
|
|
|
pub use self::sort_by_attr::SortByAttr;
|
|
pub use self::common_words::CommonWords;
|