29 个版本 (重大变更)
| 0.23.1 | 2024年3月29日 |
|---|---|
| 0.23.0 | 2023年6月29日 |
| 0.22.0 | 2023年6月12日 |
| 0.21.0 | 2023年3月7日 |
| 0.4.0 | 2021年3月2日 |
#325 在 操作系统 中排名
每月下载量 97 次
在 5 个crate中使用
70KB
1.5K SLoC
此crate定义了 ReadLayered 和 WriteLayered 特性,它们扩展了 std::io::Read 和 std::io::Write,增加了通过层叠缓冲区和转换执行I/O的有用功能。
它还定义了 LayeredReader、LayeredWriter 和 LayeredDuplexer 类型,分别实现了 ReadLayered、WriteLayered 和两者,通过包装 std::io::Read、std::io::Write 和两者的实现。
依赖项
~0.2–10MB
~108K SLoC