klasp 0.4.0

Block AI coding agents on the same quality gates your humans hit. See https://github.com/klasp-dev/klasp
Documentation
1
2
3
4
5
6
7
8
9
//! `klasp` library — exports public APIs needed by integration tests.
//!
//! The binary's modules are declared in `main.rs`; this lib re-exports the
//! output formatters so the `tests/output_formats.rs` integration tests can
//! call them directly without spawning a subprocess.

pub mod adopt;
pub(crate) mod fs_util;
pub mod output;