notmecab 0.1.0

Library for tokenizing text with mecab dictionaries. Not a mecab wrapper.
Documentation
[package]
name = "notmecab"
version = "0.1.0"
authors = ["wareya <wareya@gmail.com>"]
edition = "2018"
exclude = [
    "testdata/*",
    "data/*",
]

description = "Library for tokenizing text with mecab dictionaries. Not a mecab wrapper."
license = "Apache-2.0"

repository = "https://github.com/wareya/notmecab-rs"

categories = ["text-processing","science"]

readme = "readme.txt"

[lib]
doc = true

[dependencies]
byteorder = "1.2"
pathfinding = "1.1"

[profile.bench]
debug = 2
overflow-checks = true 

[profile.test]
opt-level = 3
overflow-checks = true