Description
This crate is a simple macro to help impl method for foreign type. This macro converts a impl block to a trait and impl it for the foreign type.
Example
use impl_here;
assert_eq!;
assert_eq!;
// I32Square is public because fn square is public
assert_eq!;