textframe 0.4.0

Library to query plain text documents by unicode offset without loading them all into memory
Documentation
[dependencies.hmac-sha256]
version = "1.1.12"

[dependencies.minicbor]
features = ["derive", "std"]
version = "0.26.5"

[dependencies.smallvec]
version = "1.15.1"

[dev-dependencies.tempfile]
version = "3.23.0"

[lib]
name = "textframe"
path = "src/lib.rs"

[package]
authors = ["Maarten van Gompel <proycon@anaproy.nl>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Library to query plain text documents by unicode offset without loading them all into memory"
documentation = "https://docs.rs/textframe"
edition = "2021"
include = ["src/**/*", "tests/**/*", "LICENSE", "README.md"]
keywords = ["text-processing", "text", "linguistics", "standoff"]
license = "GPL-3.0-only"
name = "textframe"
readme = "README.md"
repository = "https://github.com/proycon/textframe"
version = "0.4.0"