ssh_mux_format 0.2.1

Data format used to communicate with openssh mux server.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[dependencies.serde]
version = "1.0"
[dev-dependencies.serde]
features = ["derive"]
version = "1.0"

[package]
authors = ["Jiahao XU <Jiahao_XU@outlook.com>"]
categories = ["encoding", "asynchronous"]
description = "Data format used to communicate with openssh mux server."
edition = "2018"
keywords = ["serde", "ssh", "serialization", "parsing", "encoding"]
license = "MIT"
name = "ssh_mux_format"
repository = "https://github.com/NobodyXu/ssh_mux_format"
resolver = "2"
version = "0.2.1"