pattern-compiler 0.1.0

Utilities for compiling pattern matches into optimal decision trees
Documentation
[package]
authors = ["HansiHE <hansihe@hansihe.com>"]
name = "pattern-compiler"
version = "0.1.0"

description = "Utilities for compiling pattern matches into optimal decision trees"
license = "MIT/Apache-2.0"

[dependencies]
either = "1.5"
petgraph = "0.4"
prettytable-rs = "0.8"
derivative = "1.0"