libtelnet-rs 0.2.0

libtelnet-inspired telnet parser for rust.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[dependencies]

[package]
authors = ["envis10n <envis10n@protonmail.com>"]
categories = ["network-programming"]
description = "libtelnet-inspired telnet parser for rust."
documentation = "https://envis10n.github.io/libtelnet-rs/libtelnet-rs/"
edition = "2018"
exclude = ["docs/**"]
homepage = "https://github.com/envis10n/libtelnet-rs"
keywords = ["telnet", "libtelnet", "mud"]
license = "MIT"
name = "libtelnet-rs"
readme = "README.md"
repository = "https://github.com/envis10n/libtelnet-rs"
version = "0.2.0"