atomwrite 0.1.35

Atomic file operations CLI for LLM agents — read, write, edit, search, replace with NDJSON output
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
// SPDX-License-Identifier: MIT OR Apache-2.0

//! NDJSON event types (SRP split via include fragments — shared module namespace).

use schemars::JsonSchema;
use serde::Serialize;

include!("part0.inc.rs");
include!("part1.inc.rs");
include!("part2.inc.rs");

#[cfg(test)]
include!("tests.inc.rs");