read-write-ext 0.1.1

ReadWriteExt trait with `chain_after` and `take_rw` for `std::io::Read + Write` structs
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[dev-dependencies.fixed-buffer]
version = "0.4"

[package]
authors = ["Michael Leonhard <michael@leonhardllc.com>"]
categories = ["parsing", "network-programming"]
description = "ReadWriteExt trait with `chain_after` and `take_rw` for `std::io::Read + Write` structs"
edition = "2021"
keywords = ["chain", "take", "io", "rustls", "TcpStream"]
license = "Apache-2.0"
name = "read-write-ext"
readme = "Readme.md"
repository = "https://gitlab.com/leonhard-llc/fixed-buffer-rs"
version = "0.1.1"