Skip to main content

spec_driven_docs/
landing.rs

1//! Writing one rendered candidate into a target.
2//!
3//! The candidate says what the target should hold; this layer puts it
4//! there. It owns the checks that come before the first byte moves, the
5//! one lock a target takes, and the order the writes happen in.
6
7pub mod apply;
8pub mod classify;
9pub mod finding;
10pub mod lock;
11pub mod observe;
12pub mod path;