reorganize testing
This commit is contained in:
@@ -4,5 +4,14 @@
|
||||
#![feature(const_mut_refs)]
|
||||
|
||||
mod autocomplete_helper;
|
||||
pub mod parsing;
|
||||
pub mod suggestions;
|
||||
mod parsing;
|
||||
mod suggestions;
|
||||
|
||||
pub use crate::{
|
||||
autocomplete_helper::compile_hashmap,
|
||||
parsing::{process_func_str, BackingFunction},
|
||||
suggestions::{
|
||||
generate_hint, get_last_term, split_function, split_function_chars, Hint, HINT_EMPTY,
|
||||
SUPPORTED_FUNCTIONS,
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user