We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
rustc 0.6 (9873f67 2013-06-04 17:55:34 -0700)
E.g. this assertion fails:
fn main() { use std::str; assert_eq!(str::byte_slice_no_callback("a").len(), 1); }
Notably, str::byte_slice and str::to_bytes work as expected.