txt_processor 0.1.2

A little library for text processing
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[dependencies.itertools]
version = "0.11.0"

[dependencies.regex]
version = "1.8.4"

[package]
categories = ["text"]
description = "A little library for text processing"
documentation = "https://docs.rs/TxtProcess"
homepage = "https://github.com/DaniilUbica/txt_processor"
keywords = ["text-processing"]
license = "MIT"
name = "txt_processor"
readme = "README.md"
repository = "https://github.com/DaniilUbica/txt_processor"
version = "0.1.2"