Add as_c_str method on strings
This commit is contained in:
parent
91a7073900
commit
c77d58fad8
2 changed files with 40 additions and 23 deletions
|
@ -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};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue