packetio 0.1.0

A simple Rust crate for sending and receiving length-prefixed binary packets over any stream that implements `Read + Write`. Uses [`bincode`](https://crates.io/crates/bincode) for serialization. It lets you send structs and rust types over the network!
Documentation
[dependencies.bincode]
version = "2.0.1"

[lib]
name = "packetio"
path = "src/lib.rs"

[package]
authors = ["Gael <gaelgnz23@hotmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A simple Rust crate for sending and receiving length-prefixed binary packets over any stream that implements `Read + Write`. Uses [`bincode`](https://crates.io/crates/bincode) for serialization. It lets you send structs and rust types over the network!"
edition = "2024"
license = "BSD-3-Clause"
name = "packetio"
readme = "README.md"
version = "0.1.0"