#io #buffer #networking

iobuffer

A simple memory-based buffer for IO reading and writing

2 unstable releases

Uses old Rust 2015

0.2.0 Mar 19, 2020
0.1.0 Apr 20, 2018

#708 in Testing

Download history 809/week @ 2024-12-13 145/week @ 2024-12-20 258/week @ 2024-12-27 888/week @ 2025-01-03 591/week @ 2025-01-10 697/week @ 2025-01-17 444/week @ 2025-01-24 1207/week @ 2025-01-31 831/week @ 2025-02-07 546/week @ 2025-02-14 346/week @ 2025-02-21 398/week @ 2025-02-28 596/week @ 2025-03-07 273/week @ 2025-03-14 258/week @ 2025-03-21 296/week @ 2025-03-28

1,531 downloads per month
Used in 3 crates

Apache-2.0

9KB
121 lines

Build Status Current Version License

iobuffer

This repository contains a Rust crate iobuffer. This is a memory-based buffer which implements both the std::io::Write and std::io::Write traits.

It is useful in testing - for crates whose interface takes astd::io::Read or std::io::Write, using an iobuffer::IoBuffer instance allows tests to have full access to what has been read or written by the library.

See the documentation (as generated by cargo doc) or source for more information.

Documentation (crates.io).

No runtime deps