Skip to main content

ralph_workflow/checkpoint/
git_capture.rs

1// git_capture — production implementation.
2//
3// All I/O lives in `git_capture/io.rs` (boundary module — file stem `io`
4// is recognized as a boundary by forbid_io_effects).
5
6include!("git_capture/io.rs");