util/time: add time helpers

This commit is contained in:
meh
2015-05-26 20:36:27 +02:00
parent df52ef68d8
commit 883654ebda
3 changed files with 31 additions and 0 deletions

View File

@ -7,6 +7,7 @@ pub mod color;
pub mod format;
pub mod frame;
pub mod chroma;
pub mod time;
use std::ffi::CStr;
use std::str::from_utf8_unchecked;