3 citations · 3 across the 2 of their papers we have counts for
2 papers
cs.SE2025★ 3 cited
RustMap: Towards Project-Scale C-to-Rust Migration via Program Analysis and LLM
Xuemeng Cai, Jiakun Liu, Xiping Huang +6
Migrating existing C programs into Rust is increasingly desired, as Rust offers superior memory safety while maintaining C's high performance. However, vastly different features be…
cs.SE2023
Unleashing the Power of Clippy in Real-World Rust Projects
Chunmiao Li, Yijun Yu, Haitao Wu +3
Clippy lints are considered as essential tools for Rust developers, as they can be configured as gate-keeping rules for a Rust project during continuous integration. Despite their…