#parser #rust-patterns #no-std

no-std betterchars

std::str::Chars, but improved

5 releases

0.1.4 Jan 3, 2023
0.1.3 Aug 27, 2022
0.1.2 Aug 27, 2022
0.1.1 Aug 27, 2022
0.1.0 Aug 27, 2022

#7 in #rust-patterns

MIT license

4KB
88 lines

BetterChars

std::str::Chars, but improved.

Adds peeking and ways to access the underlying string. No unsafe code.

See the documentation for more details.

No runtime deps