#count #counter #traits #byte #counting #keeping #running

voncount

Utilities for counting bytes read/written using std traits

1 unstable release

Uses old Rust 2015

0.1.0 Sep 24, 2018

#41 in #keeping

Apache-2.0

8KB
84 lines

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

lib.rs:

The voncount crate provides utilities for keeping a running count of things.

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

No runtime deps