add math utils; integrate checked expression macros
Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
parent
611f09829e
commit
5e72d36800
7 changed files with 68 additions and 0 deletions
|
@ -5,6 +5,7 @@ pub mod defer;
|
|||
pub mod hash;
|
||||
pub mod html;
|
||||
pub mod json;
|
||||
pub mod math;
|
||||
pub mod mutex_map;
|
||||
pub mod rand;
|
||||
pub mod string;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue