about summary refs log tree commit diff
path: root/src/libstd/sys/unix/stack_overflow.rs
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2016-03-11 11:01:46 -0800
committerAlex Crichton <alex@alexcrichton.com>2016-03-22 10:25:30 -0700
commit48d5fe9ec560b53b1f5069219b0d62015e1de5ba (patch)
tree94f12e261a6d8513968aee2ad8cbb965fdecdf86 /src/libstd/sys/unix/stack_overflow.rs
parentc7bdfd4442f0bde3412f08336f75b9eabff4a938 (diff)
downloadrust-48d5fe9ec560b53b1f5069219b0d62015e1de5ba.tar.gz
rust-48d5fe9ec560b53b1f5069219b0d62015e1de5ba.zip
std: Change `encode_utf{8,16}` to return iterators
Currently these have non-traditional APIs which take a buffer and report how
much was filled in, but they're not necessarily ergonomic to use. Returning an
iterator which *also* exposes an underlying slice shouldn't result in any
performance loss as it's just a lazy version of the same implementation, and
it's also much more ergonomic!

cc #27784
Diffstat (limited to 'src/libstd/sys/unix/stack_overflow.rs')
0 files changed, 0 insertions, 0 deletions