Create types module with a module for numbers; move Number there
This commit is contained in:
parent
93bdc998bd
commit
f799d7642d
5 changed files with 71 additions and 14 deletions
5
src/types/mod.rs
Normal file
5
src/types/mod.rs
Normal file
|
@ -0,0 +1,5 @@
|
|||
/* mod.rs
|
||||
* Eryn Wells <eryn@erynwells.me>
|
||||
*/
|
||||
|
||||
pub mod number;
|
Loading…
Add table
Add a link
Reference in a new issue