| Crates.io | inc-complete |
| lib.rs | inc-complete |
| version | 0.7.3 |
| created_at | 2025-06-01 13:35:12.880164+00 |
| updated_at | 2025-09-10 01:17:57.887838+00 |
| description | A library for writing incremental computations that re-execute the minimum number of steps when an input is changed |
| homepage | |
| repository | https://github.com/jfecher/inc-complete |
| max_upload_size | |
| id | 1697182 |
| size | 124,402 |
Inc-Complete is a library for writing incremental computations that re-execute the minimum number of steps when an input is changed. Example uses:
This library is in an early but working state. Expect the API to change over time, and expect certain patterns to be somewhat obtuse. Additionally, while serialization is working, the format is not currently stable across releases of inc-complete.
Db object.See the docs for a quick start explanation on how to use this library.
Also see https://github.com/jfecher/modern-compiler-architecture for a full example of an incremental and concurrent compiler using inc-complete.