Crates.io | voncount |
lib.rs | voncount |
version | 0.1.0 |
source | src |
created_at | 2018-09-24 21:10:34.371524 |
updated_at | 2018-09-24 21:10:34.371524 |
description | Utilities for counting bytes read/written using std traits |
homepage | |
repository | https://github.com/npmccallum/voncount |
max_upload_size | |
id | 86357 |
size | 18,590 |
Welcome to voncount
- a Rust crate for counters.
Like the lovable Count von Count from Sesame Street, the voncount
crate loves
to count things. We provide the Counter
trait which can be implemented on
types which try to count things. We also provide two structs which implement
the Counter
trait:
ReadCounter
WriteCounter