pcsm / simulacrum

A small library for creating mock objects in Rust.
MIT License
26 stars 3 forks source link

Properly encapsulate simulacrum::Method and other types in our macro API #30

Closed jasongrlicky closed 6 years ago

jasongrlicky commented 6 years ago

Right now you have to use simulacrum::* in order to use macros like create_expect_method!. It would be great if you didn't have to do that.

jasongrlicky commented 6 years ago

Closing as Duplicate of #39