util/dictionary: add Dictionary
This commit is contained in:
@ -1,3 +1,4 @@
|
||||
pub mod dictionary;
|
||||
pub mod error;
|
||||
|
||||
use std::ffi::CStr;
|
||||
|
Reference in New Issue
Block a user
@ -1,3 +1,4 @@
|
||||
pub mod dictionary;
|
||||
pub mod error;
|
||||
|
||||
use std::ffi::CStr;
|
||||
|