MCPcopy Index your code
hub / github.com/RustCrypto/SSH / Rfc4251String

Interface Rfc4251String

ssh-encoding/src/encode.rs:280–280  ·  view source on GitHub ↗

A trait indicating that the type is encoded like an RFC4251 string. Implementing this trait allows encoding sequences of the type as a string of strings. A `string` is described in [RFC4251 § 5]: > Arbitrary length binary string. Strings are allowed to contain > arbitrary binary data, including null characters and 8-bit > characters. They are stored as a uint32 containing its length > (numbe

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Implementers 1

encode.rsssh-encoding/src/encode.rs

Calls

no outgoing calls

Tested by

no test coverage detected