Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add
num_traits
proc_macro helper for explicit import
This allows the user to specify a identifier for the `num_traits` crate so that the proc_macro can directly depend in it. This is usefull when reexporting `num-derive` and using `num-trait` as a transitive import. Fixes #34.
- Loading branch information