Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 220 Bytes

readme.md

File metadata and controls

3 lines (2 loc) · 220 Bytes

This crate contains an implementation of 256 bit ints and uints.

These numbers implement Add and Sub from std, and CheckedAdd and CheckedSub from the num crate, and Serialize and Deserialize from serde.