Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/huonw/char-iter
An iterator over a linear range of characters.
https://github.com/huonw/char-iter
Last synced: about 1 month ago
JSON representation
An iterator over a linear range of characters.
- Host: GitHub
- URL: https://github.com/huonw/char-iter
- Owner: huonw
- License: apache-2.0
- Created: 2015-04-21T00:23:49.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-10-07T13:41:44.000Z (about 7 years ago)
- Last Synced: 2024-10-11T03:37:14.029Z (about 1 month ago)
- Language: Rust
- Size: 699 KB
- Stars: 4
- Watchers: 4
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# `char-iter`
[![Build Status](https://travis-ci.org/huonw/char-iter.png)](https://travis-ci.org/huonw/char-iter)
This crates provides a performant iterator over a linear range of
characters, correctly handling the surrogate range.[Documentation](http://huonw.github.io/char-iter),
[crates.io](https://crates.io/crates/char-iter).