Add vec::unpack_slice, expose str::unpack_slice.

This commit is contained in:
Graydon Hoare
2012-04-20 17:37:17 -07:00
parent 14d0509691
commit 43061f3969
2 changed files with 11 additions and 0 deletions

View File

@@ -20,6 +20,7 @@ export
as_bytes,
as_buf,
as_c_str,
unpack_slice,
// Adding things to and removing things from a string
push_char,