inc-complete 0.1.0

A library for writing incremental computations that re-execute the minimum number of steps when an input is changed
Documentation
[dependencies.petgraph]
version = "0.8"

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

[package]
authors = ["Jake Fecher <jfecher11@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A library for writing incremental computations that re-execute the minimum number of steps when an input is changed"
documentation = "https://docs.rs/goldentests"
edition = "2024"
homepage = "https://github.com/jfecher/inc-complete"
keywords = ["incremental", "compilation", "compiler", "spreadsheet"]
license-file = "LICENSE"
name = "inc-complete"
readme = "README.md"
repository = "https://github.com/jfecher/inc-complete"
version = "0.1.0"