Added searching by lower or card name
Also added help strings
This commit is contained in:
@@ -5,7 +5,10 @@ mod deser;
|
||||
pub use crate::deser::ScryfallCard;
|
||||
|
||||
mod db;
|
||||
pub use db::{get_all_lowercase_card_names, get_card_by_name, init_db, update_db_with_file};
|
||||
pub use db::{
|
||||
get_all_card_names, get_all_lowercase_card_names, get_card_by_name, init_db,
|
||||
update_db_with_file, GetNameType,
|
||||
};
|
||||
|
||||
mod utils;
|
||||
pub use utils::get_local_cache_folder;
|
||||
|
||||
Reference in New Issue
Block a user