cosp 0.2.3

A Prolog-like logic inference system with cost-aware reasoning.
Documentation
[[bin]]
name = "cosp"
path = "src/main.rs"

[dependencies.kohaku]
version = "0.1.5"

[lib]
name = "cosp"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A Prolog-like logic inference system with cost-aware reasoning."
edition = "2024"
license = "MIT"
name = "cosp"
readme = "README.md"
repository = "https://github.com/mushitoriami/cosp"
version = "0.2.3"