voncount

Crates.iovoncount
lib.rsvoncount
version0.1.0
sourcesrc
created_at2018-09-24 21:10:34.371524
updated_at2018-09-24 21:10:34.371524
descriptionUtilities for counting bytes read/written using std traits
homepage
repositoryhttps://github.com/npmccallum/voncount
max_upload_size
id86357
size18,590
Nathaniel McCallum (npmccallum)

documentation

https://docs.rs/voncount

README

Build Status Rust Version

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
Commit count: 2

cargo fmt