neorusticus 0.1.3

A Prolog implementation in Rust with enhanced error handling
Documentation
[dependencies]

[dev-dependencies.criterion]
version = "0.5"

[[example]]
name = "arithmetic"
path = "examples/arithmetic.rs"

[[example]]
name = "basic_usage"
path = "examples/basic_usage.rs"

[[example]]
name = "debug_list_test"
path = "examples/debug_list_test.rs"

[[example]]
name = "debug_predicate"
path = "examples/debug_predicate.rs"

[[example]]
name = "interactive"
path = "examples/interactive.rs"

[features]
default = []

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

[package]
authors = ["jonas.p.forsman@gmail.com"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["compilers", "parsing"]
description = "A Prolog implementation in Rust with enhanced error handling"
edition = "2024"
exclude = ["benches/", "target/", "branding/", "stuff/", ".github/", ".copyright_header_to_rs", "cargo-merge.exe", "src_vault/", ".claude/", "CLAUDE.md"]
keywords = ["prolog", "logic-programming", "interpreter", "unification"]
license = "MIT OR Apache-2.0"
name = "neorusticus"
readme = "README.md"
repository = "https://github.com/fermatrox/neorusticus"
version = "0.1.3"

[[test]]
name = "arithmetic_tests"
path = "tests/arithmetic_tests.rs"

[[test]]
name = "error_tests"
path = "tests/error_tests.rs"

[[test]]
name = "integration_tests"
path = "tests/integration_tests.rs"

[[test]]
name = "list_tests"
path = "tests/list_tests.rs"

[[test]]
name = "parsing_tests"
path = "tests/parsing_tests.rs"