You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Improve the documentation of TelnetOption variants (#25, by tpoliaw)
Version 0.2.2
Derived common traits for public enums (#24, by mwnDK1402)
Version 0.2.1
Added connect_timeout method to Telnet struct (#21, by Zylatis)
Version 0.2.0
Updated to Rust 2018 & idiomatic refinements (#20, by SaadiSave)
Version 0.1.4
Added Ability - as compile time feature - to have a zlib stream wrap the Stream (including the telnet negotiations) at runtime. (#6, #8, by yehoshuapw)
Improved src/option.rs (remove code duplication). (#9, by fogti)
Version 0.1.3
Fixed the bug of handling IAC escaping. (#4, by sethm)