# Functions
LimitReader returns a Reader that reads from r but stops with ErrTooLong after n bytes.
No description provided by the author
# Variables
No description provided by the author
# Structs
A LimitedReader reads from R but limits the amount of data returned to just N bytes.