Crates.io | char-slice |
lib.rs | char-slice |
version | 1.0.0 |
source | src |
created_at | 2016-01-23 14:35:31.75358 |
updated_at | 2016-01-23 14:35:31.75358 |
description | Index strings by character / codepoint index. |
homepage | https://github.com/TimNN/char-slice |
repository | https://github.com/TimNN/char-slice |
max_upload_size | |
id | 3965 |
size | 17,783 |
char-slice
This crate provides the CharSlice
trait which is implemented for &str
's and provides the char_slice
method, which allows extracting a sequence of unicode codepoints from a slice.
Licensed under either of
at your option.
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.