mry icon indicating copy to clipboard operation
mry copied to clipboard

A simple mocking library for structs, traits, and function.

Results 6 mry issues
Sort by recently updated
recently updated
newest added

We need to add a test case and write a few codes. Let me know if anyone wants this ASAP.

![Screenshot 0004-11-10 at 19 43 14](https://user-images.githubusercontent.com/8780513/201070443-1fc3c749-6f8d-4ae2-b33b-4d48aa038765.png) I forgot to support lifetime parameters??

bug

Functions like ```rust #[mry::mry] fn test &'a str { arg } ``` causes `error[E0261]: use of undeclared lifetime name 'a`, and removing `#[mry::mry]` fixes the error. Is this a bug...

It's difficult to mock functions or methods that have `!Clone` or `!Send` parameters