rust-cv / space

Spatial library for Rust
MIT License
39 stars 4 forks source link

Implement Deref and DerefMut on all newtypes #33

Closed vadixidav closed 3 years ago

vadixidav commented 4 years ago

Hamming, Bits512, etc all need Deref and DerefMut implmented on them. They are quite uneconomic to work with currently at times.

vadixidav commented 3 years ago

Done.