[package] name = "owned_chars" version = "0.3.2" authors = ["Alex Burka "] description = "Owned iterators with the same output as Chars and CharIndices" categories = ["memory-management", "text-processing"] homepage = "https://github.com/durka/owned-chars" repository = "https://github.com/durka/owned-chars" license = "MIT/Apache-2.0" keywords = ["chars", "string", "owned", "iterator"] [dependencies] delegate-attr = "0.2.6"