Changed
- Turned
Input::input_buffer()andOutput::output_buffer()into read-only
accessors and deprecateOutput::peek_output_buffer(), moving forward with
the plan set in issue #30 to eventually migrate towards an API naming
convention that matchesstdand other Rust libraries. - Bumped MSRV to 1.86 owing to new dependency requirements.