initial commit

This commit is contained in:
neon_arch 2023-04-22 14:35:07 +03:00
commit 15fc415301
30 changed files with 4359 additions and 0 deletions

3
src/lib.rs Normal file
View file

@ -0,0 +1,3 @@
pub mod engines;
pub mod server;
pub mod search_results_handler;