quine-mc_cluskey 0.2.4

Rust implementation of the Quine-McCluskey algorithm and Petrick's method
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[dependencies.quickcheck]
optional = true
version = "0.3.1"

[package]
authors = ["Oliver Schneider <git-spam-no-reply9815368754983@oli-obk.de>"]
description = "Rust implementation of the Quine-McCluskey algorithm and Petrick's method"
documentation = "https://oli-obk.github.io/quine-mc_cluskey"
license = "MIT"
name = "quine-mc_cluskey"
repository = "https://github.com/oli-obk/quine-mc_cluskey"
version = "0.2.4"