Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tcpsplit: split a TCP stream into a reader / writer pair

Bart Massey 2022

Written in response to this Reddit comment, this library crate provides a tiny function to split a TCP stream, yielding a BufReader for the read side and a BufWriter for the write side. A demo example splitdemo is also provided.

This work is licensed under the "MIT License". Please see the file LICENSE.txt in this distribution for license terms.

About

demo of splitting a tcp stream

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages