Versions in this module Expand all Collapse all v0 v0.3.0 Oct 10, 2024 v0.2.0 Apr 3, 2024 Changes in this version + type Rater struct + func NewRater(r io.Reader) *Rater + func (r *Rater) Rate() (n int64, d time.Duration) + func (r *Rater) Read(b []byte) (n int, err error) + func (r *Rater) String() string