framous 0.1.8

A library for sending and receiving packets to and from a Reader/Writer
Documentation
[dependencies.bytes]
version = "1.10.1"

[dev-dependencies.socket-server-mocker]
version = "0.5.0"

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

[package]
authors = ["Geoff Clements <ro2kz0@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["encoding", "network-programming"]
description = "A library for sending and receiving packets to and from a Reader/Writer"
documentation = "https://docs.rs/framous"
edition = "2021"
homepage = "https://github.com/GeoffClements/framous"
keywords = ["networking", "protocol", "framing", "bytes", "packets"]
license = "MIT"
name = "framous"
readme = "README.md"
repository = "https://github.com/GeoffClements/framous"
version = "0.1.8"