telnet-codec 0.1.0

A humble codec for converting a byte stream into TelnetEvents which other programs can use.
Documentation
[dependencies.bytes]
version = "1.0"

[dependencies.tokio-util]
features = ["codec"]
version = "0.6"

[package]
authors = ["The Mudcano Project"]
categories = ["encoding", "network-programming"]
description = "A humble codec for converting a byte stream into TelnetEvents which other programs can use.\n"
edition = "2018"
keywords = ["asynchronous", "tokio", "telnet", "mud", "codec"]
license = "LGPL-3.0-or-later"
name = "telnet-codec"
readme = "README.md"
repository = "https://github.com/mudcano/telnet-codec"
version = "0.1.0"