util/rational: add Rational

This commit is contained in:
meh
2015-05-12 03:15:38 +02:00
parent 1c2b78a3f2
commit ae148f4e59
3 changed files with 16 additions and 0 deletions

View File

@ -1,5 +1,6 @@
pub mod dictionary;
pub mod error;
pub mod rational;
use std::ffi::CStr;
use std::str::from_utf8_unchecked;