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

@ -7,3 +7,4 @@ extern crate ffmpeg_sys as ffi;
pub mod util;
pub use util::error::Error;
pub use util::dictionary::Dictionary;