Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 961 Bytes

File metadata and controls

24 lines (15 loc) · 961 Bytes

RUG

RUG: Turbo LLM for Rust Unit Test Generation

For questions or issues, please submit the issue through GitHub or email me.

ae is the artifact of RUG generated tests against LLM, RULF/RPG, RustyUnit and SyRUst's dataset. Feel free to use them directly for evaluation comparison.

code is the code of RUG rustc plugin, please install it locally.

Then, check example on how to run RUG on your crate! Please use the scripts/tools in example folder.

Citation:

@inproceedings{cheng2025rug,
    title={RUG: Turbo LLM for Rust Unit Test Generation},
    author={Cheng, Xiang and Sang, Fan and Zhai, Yizhuo and Zhang, Xiaokuan and Kim, Taesoo},
    booktitle={2025 IEEE/ACM 47th International Conference on Software Engineering (ICSE)},
    pages={634--634},
    year={2025},
    organization={IEEE Computer Society}
}