Create types module with a module for numbers; move Number there

This commit is contained in:
Eryn Wells 2016-12-29 10:10:40 -05:00
parent 93bdc998bd
commit f799d7642d
5 changed files with 71 additions and 14 deletions

5
src/types/mod.rs Normal file
View file

@ -0,0 +1,5 @@
/* mod.rs
* Eryn Wells <eryn@erynwells.me>
*/
pub mod number;