- Move
util
module contents intolib.rs
- Rename
common
module tointeraction
, movetcp
andssh
modules intointeraction
namespace - Unify connection semantics for
interaction
submodules - Replace
connect
macro withinteract
- Add
Repeat
trait
- Move
HexToBytes
implementation into the trait declaration - Consolidate
Pad
impl
s into one genericimpl
- Consolidate
util
module into one file - Replace
Left
andRight
traits with genericPad
trait - Add
Pad::pad_both
,Pad::pad_both_with
- Initial release