This is a small tool I wrote in Rust using AI to count the number of lines of code in UE projects, documenting my learning experience with Rust
In the same directory as Cargo.toml, execute the command Cargo build --release to generate the executable in the Target directory。