owned_chars 0.1.1

Owned iterators with the same output as Chars and CharIndices
Documentation

guard

Travis CI

This crate provides an extension trait for String with two methods, into_chars and into_char_indices. These methods parallel String::chars and String::char_indices, but the iterators they create consume the String instead of borrowing it.