Add Rust Support for Unit Test Generation (UTG)#81
Add Rust Support for Unit Test Generation (UTG)#81akshat99812 wants to merge 2 commits intokeploy:mainfrom
Conversation
|
this would need changes on keploy binary as well. |
|
|
4 similar comments
|
|
|
|
|
|
|
|
|
Nice Pr 😄. We currently support Unit Test Generation only for Go projects. |
3 similar comments
|
Nice Pr 😄. We currently support Unit Test Generation only for Go projects. |
|
Nice Pr 😄. We currently support Unit Test Generation only for Go projects. |
|
Nice Pr 😄. We currently support Unit Test Generation only for Go projects. |
This PR adds Rust support to the Keploy VS Code extension’s Unit Test Generation (UTG) feature. With Rust’s growing developer adoption, supporting Rust in the Keploy extension and expand the extension’s functionality to a new language.
Changes Introduced:
Integrated support for Rust-based unit test generation.
Testing & Verification:
Verified Rust unit test generation .
Confirmed no interference with existing language support (Go, Java, JavaScript, TypeScript).
Screenshots :

Previously:
Now:

Additional Information:
This feature aligns with the community’s request to expand support to Rust (Issue #[ISSUE_NUMBER]).
Documentation has been updated to reflect Rust support and setup instructions.
Related Issues:
Closes keploy/keploy#2379
@khareyash05 @shivamsouravjha @SkySingh04 could you please take a look and let me know if there’s anything more needed?