1
Fork 0

Add as_c_str method on strings

This commit is contained in:
Ben Striegel 2013-05-31 18:11:38 -04:00
parent 91a7073900
commit c77d58fad8
2 changed files with 40 additions and 23 deletions

View file

@ -45,7 +45,7 @@ pub use path::PosixPath;
pub use path::WindowsPath;
pub use ptr::Ptr;
pub use ascii::{Ascii, AsciiCast, OwnedAsciiCast, AsciiStr};
pub use str::{StrSlice, OwnedStr};
pub use str::{StrSlice, OwnedStr, StrUtil};
pub use from_str::{FromStr};
pub use to_bytes::IterBytes;
pub use to_str::{ToStr, ToStrConsume};