prop 0.1.1

Propositional logic with types in Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "prop"
version = "0.1.1"
authors = ["Sven Nilsen <bvssvni@gmail.com>"]
edition = "2018"
description = "Propositional logic with types in Rust"
license = "MIT"
readme = "README.md"
repository = "https://github.com/advancedresearch/prop.git"
homepage = "https://github.com/advancedresearch/prop"
keywords = ["advancedresearch", "theorem", "proving", "logic", "constructive"]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[lib]
name = "prop"

[dependencies]