Exposed the 'from_one_raw_str' function for use in defining new header structs.

This commit is contained in:
Gilman Tolle
2014-10-15 23:40:40 -07:00
parent 2ea75c967d
commit 5615ab276e
10 changed files with 26 additions and 21 deletions

View File

@@ -1,6 +1,6 @@
use header::Header;
use std::fmt::{mod, Show};
use super::from_one_raw_str;
use super::util::from_one_raw_str;
use std::from_str::FromStr;
use time::{Tm, strptime};