decy-repo 2.2.0

GitHub repository transpilation with parallel processing
Documentation
1
2
3
4
5
6
7
//! GitHub repository transpilation with parallel processing.
//!
//! Clones and transpiles entire C repositories from GitHub with dependency analysis.

#![warn(missing_docs)]
#![warn(clippy::all)]
#![deny(unsafe_code)]