random_access_unicode 0.2.5

Provide random access to the unicode characters in a file
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "random_access_unicode"
description = "Provide random access to the unicode characters in a file"
version = "0.2.5"
edition = "2021"
license = "GPL-3.0"
repository = "https://github.com/casually-blue/random_access_unicode"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
memmap = "0.7"