diff options
author | iximeow <me@iximeow.net> | 2024-06-23 17:28:01 -0700 |
---|---|---|
committer | iximeow <me@iximeow.net> | 2024-06-23 17:28:01 -0700 |
commit | 9629393e267b8aa1c39bf3d1b728e769a73a62ce (patch) | |
tree | 77245752cbbf6b1de473a6399344c4f117889a3f | |
parent | 9c1f7193530ff4cbf63d532b80045b0c473b3ed8 (diff) |
future TODOs for myself
-rw-r--r-- | CHANGELOG | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -10,6 +10,8 @@ TODO: Reader::offset should return an AddressDiff<Address>, not a bare Address TODO: impls of `fn one` and `fn zero` so downstream users don't have to import num_traits directly * seems nice at first but this means that there are conflicting functions when Zero or One are in scope ... assuming that the idea at the time was to add `fn one` and `fn zero` to `AddressBase`. +TODO: 0.4.0 or later: + * remove `mod colors`, crossterm dependency, related feature flags ## 0.3.0 |