crowbook-text-processing 0.2.8

Provides some utilities functions for escaping text (HTML/LaTeX) and formatting it according to typographic rules (smart quotes, ellipsis, french typograhic rules)
Documentation
[[bin]]
doc = false
name = "crowbook_text_processing"
path = "src/bin/main.rs"
[dependencies.lazy_static]
version = "1"

[dependencies.regex]
version = "1.3"

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

[package]
authors = ["Elisabeth Henry <liz.henry@ouvaton.org>"]
categories = ["text-processing"]
description = "Provides some utilities functions for escaping text (HTML/LaTeX) and formatting it according to typographic rules (smart quotes, ellipsis, french typograhic rules)"
documentation = "https://docs.rs/crowbook-text-processing"
exclude = ["benches/perf.ods"]
keywords = ["text"]
license = "MPL-2.0"
name = "crowbook-text-processing"
readme = "README.md"
repository = "https://github.com/lise-henry/crowbook-text-processing/"
version = "0.2.8"