notmecab 0.1.0

Library for tokenizing text with mecab dictionaries. Not a mecab wrapper.
Documentation
[dependencies.byteorder]
version = "1.2"

[dependencies.pathfinding]
version = "1.1"

[lib]
doc = true

[package]
authors = ["wareya <wareya@gmail.com>"]
categories = ["text-processing", "science"]
description = "Library for tokenizing text with mecab dictionaries. Not a mecab wrapper."
edition = "2018"
exclude = ["testdata/*", "data/*"]
license = "Apache-2.0"
name = "notmecab"
readme = "readme.txt"
repository = "https://github.com/wareya/notmecab-rs"
version = "0.1.0"
[profile.bench]
debug = 2
overflow-checks = true

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