fast_new_type-0.1.1 has been yanked.
fast_new_type
This Rust library serves the purporse of implement of implement Deref,DerefMut,AsRef,AsMut and From in new types,either for the first value of a tuple struct,the "value" or "slot" field or the specified in the attribute.While you also can derive other traits on it.This procedural macro is no_std.
Usage
use new_type;
;
License
This code is licensed under the Unlicense.