diff options
author | iximeow <me@iximeow.net> | 2019-03-29 18:53:46 -0700 |
---|---|---|
committer | iximeow <me@iximeow.net> | 2020-01-12 16:26:39 -0800 |
commit | 0b7536284cbae6e085eeeda602512449a42ca22a (patch) | |
tree | d43ca192e64a13398253a7c5941019fe53947e88 /src/lib.rs | |
parent | c960b06863024087437644524894f247e8a4b448 (diff) |
add some display logic into arch
Diffstat (limited to 'src/lib.rs')
-rw-r--r-- | src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -14,6 +14,7 @@ use num_traits::{Bounded, WrappingAdd, WrappingSub, CheckedAdd, CheckedSub}; use termion::color; +pub mod display; // This is pretty wonk.. pub trait AddressDisplay { fn stringy(&self) -> String; |