[package] name = "ternary" description = "Kleene Logic within Rust's type system" version = "0.1.3" authors = ["Andre Bogus "] readme = "README.md" keywords = ["ternary", "types"] license = "MIT" repository = "https://github.com/llogiq/ternary" documentation = "https://llogiq.github.io/ternary/doc/ternary/index.html" [lib] name = "ternary" path = "src/lib.rs" [features] unstable = []