* netsize: hash implementation to match PartialEq * netsize: Prefer `From` over `Into`, add documentation, and add Hash and PartialEq tests
NetworkSize
* Add conversion and better equality traits to NetworkSize * Add tests for NetworkSize conversion/equality * impl Display for NetworkSize