Skip to main content

Crate depyler

Crate depyler 

Source
Expand description

§Depyler - Python to Rust Transpiler

Minimal CLI focused on transpilation and single-shot compilation.

Modules§

cli_shim
CLI Shim - pure logic separated from I/O
compile_cmd
DEPYLER-0380: Compile Command Implementation
converge
Convergence loop for automated compilation rate improvement
graph_cmd
DEPYLER-1303: Graph Analysis Commands
prelude
Prelude module for depyler transpiled code.
python_ops
Python-compatible operations for Rust types.
report_cmd
Corpus Analysis Report Command
report_shim
Report Command Shim - pure logic separated from I/O
transpile_shim
Transpilation shim - pure logic separated from I/O
utol_cmd
UTOL: Unified Training Oracle Loop command handler

Structs§

Cli

Enums§

CacheCommands
Commands
GraphCommands
Graph analysis subcommands

Functions§

analyze_command
check_command
compile_command
complexity_rating
repair_command
DEPYLER-1101: Repair type errors using Oracle-learned constraints.
transpile_command