random_access_unicode

Crates.iorandom_access_unicode
lib.rsrandom_access_unicode
version0.2.5
sourcesrc
created_at2021-12-30 23:00:38.866546
updated_at2021-12-31 21:27:31.239355
descriptionProvide random access to the unicode characters in a file
homepage
repositoryhttps://github.com/casually-blue/random_access_unicode
max_upload_size
id505535
size6,810
(casuallyblue)

documentation

README

A Rust crate that provides random access to the unicode characters in a file

To provide slightly better performance than just scanning the string it maintains a buffer of line ending positions.

Commit count: 13

cargo fmt