stepwise 0.0.3

A library for stepwise algorithms
Documentation
[[bench]]
harness = false
name = "bisection_criterion"
path = "benches/bisection_criterion.rs"

[[bench]]
harness = false
name = "bisection_iai"
path = "benches/bisection_iai.rs"

[dependencies]

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

[dev-dependencies.env_logger]
version = "0.11.7"

[dev-dependencies.iai-callgrind]
version = "0.14.0"

[dev-dependencies.log]
features = ["release_max_level_debug"]
version = "0.4"

[dev-dependencies.rand]
version = "0.9.0"

[dev-dependencies.rand_core]
version = "0.9.3"

[dev-dependencies.rand_pcg]
version = "0.9.0"

[dev-dependencies.serde]
default-features = false
version = "1.0"

[dev-dependencies.serde_json]
version = "1.0.140"

[dev-dependencies.test-log]
features = ["trace"]
version = "0.2"

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

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

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

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

[features]
default = []

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

[lints]

[package]
authors = ["andy watkins <andy@webcalculator.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["mathematics", "algorithms"]
description = "A library for stepwise algorithms"
edition = "2021"
homepage = "https://github.com/akanalytics/stepwise"
keywords = ["math", "solver", "optimization", "iterative"]
license = "MIT OR Apache-2.0"
name = "stepwise"
publish = true
readme = "README.md"
repository = "https://github.com/akanalytics/stepwise"
rust-version = "1.76"
version = "0.0.3"

[package.metadata.docs.rs]
rustdoc-args = ["--cfg", "docsrs"]

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

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

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