ssh-packet 0.0.2

A library implementing SSH packet reading/writing using `binrw`.
Documentation
1
2
3
4
5
6
7
8
9
10
11
# ssh-packet
[![docs.rs](https://img.shields.io/docsrs/ssh-packet)](https://docs.rs/ssh-packet) [![Crates.io](https://img.shields.io/crates/l/ssh-packet)](https://crates.io/crates/ssh-packet)

Representations of SSH packets interoperable with their binary
wire representation, using [binrw](https://docs.rs/binrw).

see [RFC4250](https://datatracker.ietf.org/doc/html/rfc4250).

---

Note: this is currently a draft and shouldn't be used, yet.