util/dictionary: add Dictionary

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

View File

@ -1,3 +1,4 @@
pub mod dictionary;
pub mod error;
use std::ffi::CStr;