pid-rs
pid-rs copied to clipboard
Remove num-traits as a dependency and just use core traits
This makes the library more flexible to allow users more easily use newtype wrappers for things like std::ops::Sub, such as for use-cases mentioned in #21
Based off of #22, so that should probably be merged first if this is to be merged.