Skip to main content

decy_agent/
lib.rs

1//! Background daemon for incremental transpilation and file watching.
2//!
3//! Provides a long-running process that watches C files and incrementally transpiles changes.
4
5#![warn(missing_docs)]
6#![warn(clippy::all)]
7#![deny(unsafe_code)]