2 releases
Uses old Rust 2015
0.1.1 | Jan 27, 2017 |
---|---|
0.1.0 | Jan 27, 2017 |
#13 in #char
6KB
70 lines
char_fns
This crate provides the CharFns
trait which is implemented for &str
s and provides methods for character-indexed string manipulation.
License
Copyright 2017, Alex Shapiro.
Licensed under either of Apache License, Version 2.0 or MIT license at your option.
Contribution
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.
lib.rs
:
This crate provides the CharFns
trait which is implemented
for &str
s and provides methods for unicode character-indexed
string manipulation.