text-parsing 0.3.0

Hierarchical text processing preserving char position info
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[dependencies.opt_struct]
version = "0.1"

[dependencies.unicode-properties]
version = "0.1"

[package]
authors = ["merl <merl.001.mia@gmail.com>"]
description = "Hierarchical text processing preserving char position info"
edition = "2021"
homepage = "https://github.com/merl-twin/text-parsing"
include = ["**/*.rs", "Cargo.toml"]
license = "MIT"
name = "text-parsing"
readme = "README.md"
repository = "https://github.com/merl-twin/text-parsing"
version = "0.3.0"