提交 dd7ff8de 编写于 作者: P Patrick Walton

stdlib: Export str::buf

上级 a5b422fe
......@@ -4,7 +4,8 @@
unshift_char, shift_char, pop_char, push_char, is_utf8, from_chars,
to_chars, char_len, char_at, bytes, is_ascii, shift_byte, pop_byte,
unsafe_from_byte, unsafe_from_bytes, from_char, char_range_at,
str_from_cstr, sbuf, as_buf, push_byte, utf8_char_width, safe_slice;
str_from_cstr, sbuf, as_buf, push_byte, utf8_char_width, safe_slice,
buf;
native "rust" mod rustrt {
fn rust_str_push(&s: str, ch: u8);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册