coriolinus / counter-rs

Simple object to count Rust iterables

Home Page:https://crates.io/crates/counter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Counter doesn't derive Debug

swolchok opened this issue · comments

(probably also want to derive Default while you're at it.) It's possible to work around this with some ugly use of the Deref trait, but, well, it's ugly and inconvenient when debugging.