ssh_mux_format 0.4.7

Data format used to communicate with openssh mux server.
Documentation
[package]
name = "ssh_mux_format"
version = "0.4.7"
edition = "2018"

authors = ["Jiahao XU <Jiahao_XU@outlook.com>"]

license = "MIT"
description = "Data format used to communicate with openssh mux server."
repository = "https://github.com/NobodyXu/ssh_format"

keywords = ["serde", "ssh", "serialization", "parsing", "encoding"]
categories = ["encoding"]

[features]
is_human_readable = []

[dependencies]                                    
serde = "1.0"

[dev-dependencies]                                    
serde = { version = "1.0", features = ["derive"] }
assert_matches = "1.5.0"