framous 0.1.3

A library sending and receiving packets to and from a Reader/Writer
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[dependencies.bytes]
version = "1.4.0"
[dev-dependencies.socket-server-mocker]
version = "0.0.4"

[package]
authors = ["Geoff Clements <ro2kz0@gmail.com>"]
categories = ["encoding", "network-programming"]
description = "A library 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.3"