This commit is contained in:
kud1ing 2013-05-03 09:20:01 +03:00
parent 87c46b548a
commit f45c6b878f

View file

@ -8,6 +8,8 @@
// option. This file may not be copied, modified, or distributed // option. This file may not be copied, modified, or distributed
// except according to those terms. // except according to those terms.
//! Operations on ASCII strings and characters.
use to_str::{ToStr,ToStrConsume}; use to_str::{ToStr,ToStrConsume};
use str; use str;
use cast; use cast;