1
Fork 0
mirror of https://github.com/Steffo99/patched-porobot.git synced 2024-10-16 17:47:29 +00:00

Create search module

This commit is contained in:
Steffo 2022-08-04 10:36:52 +02:00
parent fa49916767
commit d6dc2055e7
Signed by: steffo
GPG key ID: 6965406171929D01
2 changed files with 4 additions and 0 deletions

View file

@ -1,2 +1,5 @@
pub mod schema; pub mod schema;
pub mod load; pub mod load;
#[cfg(feature = "search")]
pub mod search;

1
src/search/mod.rs Normal file
View file

@ -0,0 +1 @@
//! This module implements full-text search on [crate::schema::Card]s of multiple locales.