crowbook-text-processing 0.2.6

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

exclude = [
        "benches/perf.ods",
]

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

[[bin]]
name = "crowbook_text_processing"
path = "src/bin/main.rs"
doc = false

[dependencies]
regex = "0.2"
lazy_static = "0.2"