Docs.rs
tellem-0.2.1
tellem 0.2.1
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
crates.io
Source
Owners
jrobsonchase
Dependencies
bytes ^1.5.0
normal
either ^1.9.0
normal
num_enum ^0.7.0
normal
thiserror ^1.0.49
normal
tokio-util ^0.7.9
normal
optional
tracing ^0.1.37
normal
anyhow ^1.0.75
dev
tokio ^1.32.0
dev
tracing-subscriber ^0.3.17
dev
Versions
100%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
tellem
0.2.1
All Items
Crate Items
Structs
Enums
Crate
tellem
Copy item path
Source
Expand description
A simple(-ish) telnet protocol implementation.
Structs
§
Parser
The telnet parser. Contains an internal buffer to track intermediate state.
Enums
§
Cmd
A telnet command.
Error
Errors arising from the telnet codec
Event
A parsed telnet event
Known
Opt
A known telnet option.
Opt
A telnent option.