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
12
13
14
[dependencies.binrw]
version = "0.12.0"

[package]
authors = ["Maya the bee <15341887+Nurrl@users.noreply.github.com>"]
description = "A library implementing SSH packet reading/writing using `binrw`."
documentation = "https://docs.rs/ssh-packet"
edition = "2021"
keywords = ["ssh", "binary"]
license = "GPL-3.0"
name = "ssh-packet"
readme = "README.md"
repository = "https://github.com/Nurrl/ssh-packet"
version = "0.0.2"