Skip to main content

decy_repo/
lib.rs

1//! GitHub repository transpilation with parallel processing.
2//!
3//! Clones and transpiles entire C repositories from GitHub with dependency analysis.
4
5#![warn(missing_docs)]
6#![warn(clippy::all)]
7#![deny(unsafe_code)]