Introduce a basic version of the InternalError struct

This commit is contained in:
Kerollmops
2021-06-09 17:05:46 +02:00
parent d2b1ecc885
commit 23fcf7920e
2 changed files with 43 additions and 0 deletions

View File

@ -1,6 +1,7 @@
#[macro_use] extern crate pest_derive;
mod criterion;
mod error;
mod external_documents_ids;
mod fields_ids_map;
mod search;