Module arch

Source
Expand description

Types defined in the SSH’s architecture (SSH-ARCH) part of the protocol, as defined in the RFC 4251.

Macros§

ascii
Create an Ascii string from a literal in const-context.

Structs§

Ascii
A string as defined in the SSH protocol, restricted to valid UTF-8.
AsciiError
Errors which can occur when attempting to interpret a string as a ASCII characters.
Bool
A boolean as defined in the SSH protocol.
Bytes
A string as defined in the SSH protocol.
MpInt
A mpint as defined in the SSH protocol.
NameList
A name-list as defined in the SSH protocol, a ,-separated list of ASCII identifiers.
Utf8
A string as defined in the SSH protocol, restricted to valid UTF-8.