openssh-sftp-protocol-error 0.1.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
[package]
name = "openssh-sftp-protocol-error"
version = "0.1.1"
edition = "2018"

license = "MIT"
description = "Data format used to communicate with openssh mux server."
repository = "https://github.com/openssh-rust/openssh-sftp-client"

keywords = ["ssh", "multiplex", "async", "network", "sftp"]
categories = ["asynchronous", "network-programming", "api-bindings"]

[dependencies]
thiserror = "2.0.0"
serde = { version = "1.0", features = ["derive"] }
vec-strings = { version = "0.4.5", features = ["serde"] }