packed_struct.rs
packed_struct.rs copied to clipboard
implemented the fmt::Binary trait on Integer
The Integer struct could implement the binary trait to allow usage of the {:b} formatter.
The implementation is fairly trivial, and similar to the implementations of the Debug and Display traits.