Scryfall-type search is working
This commit is contained in:
@@ -6,8 +6,8 @@ pub use crate::deser::ScryfallCard;
|
||||
|
||||
mod db;
|
||||
pub use db::{
|
||||
find_matching_cards, get_all_card_names, get_all_lowercase_card_names, get_card_by_name,
|
||||
init_db, update_db_with_file, GetNameType,
|
||||
find_matching_cards, find_matching_cards_seperate_words, get_all_card_names,
|
||||
get_all_lowercase_card_names, get_card_by_name, init_db, update_db_with_file, GetNameType,
|
||||
};
|
||||
|
||||
mod utils;
|
||||
|
||||
Reference in New Issue
Block a user