Bigger refactorings in module layout
This commit is contained in:
parent
cab87515bd
commit
4770479fd7
11 changed files with 185 additions and 187 deletions
|
|
@ -56,5 +56,9 @@
|
|||
pub mod algorithms;
|
||||
pub mod text;
|
||||
|
||||
mod common;
|
||||
mod hook;
|
||||
mod types;
|
||||
pub use self::common::*;
|
||||
pub use self::hook::*;
|
||||
pub use self::types::*;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue