telnet-codec 0.1.0

A humble codec for converting a byte stream into TelnetEvents which other programs can use.
Documentation
  • Coverage
  • 0%
    0 out of 8 items documented0 out of 3 items with examples
  • Size
  • Source code size: 22.2 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.75 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 14s Average build duration of successful builds.
  • all releases: 14s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • mudcano/telnet-codec
    1 1 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • mudcano

telnet-codec

A bone-simple Telnet "codec" for use with Rust's Tokio-utils, written by The Mudcano Project.

Create a TelnetCodec, use it to wrap up your TcpStream or TlsStream, and have fun.

Note: The only way to implement MCCP2/3 using this Codec would be to wrap up the TcpStream/TlsStream in one that will handle the compression, and then stick THAT into this. You'd then be able to toggle compression on the wrapped stream on and off.