rpid 0.1.0

Rust Programmable Interface for Domain-Independent Dynamic Programming (RPID)
Documentation
[dependencies.itertools]
version = "0.14"

[dependencies.num-traits]
version = "0.2"

[dependencies.rustc-hash]
version = "2.1"

[dependencies.smallvec]
version = "1.15"

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

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

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

[package]
authors = ["Ryo Kuroiwa <kuroiwa@nii.ac.jp>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Rust Programmable Interface for Domain-Independent Dynamic Programming (RPID)"
edition = "2021"
license = "MIT OR Apache-2.0"
name = "rpid"
readme = "README.md"
repository = "https://github.com/domain-independent-dp/rpid"
rust-version = "1.76"
version = "0.1.0"