* Add a BandwidthLogging transport wrapper * Update src/bandwidth.rs Co-Authored-By: tomaka <pierre.krieger1708@gmail.com> * Limit by bytes.len * Write test for bandwidth report * Use the vector length instead of rolling_seconds
* Add a TransportExt trait * Fix concerns * Comment out with_rate_limit * Remove example * Address concerns and restore method