Module string

Source
Expand description

SOME/IP string types.

Structs§

DynamicLengthString
A dynamic length string.
FixedLengthString
A fixed length string.
Utf16BeStr
A UTF-16BE encoded string.
Utf16LeStr
A UTF-16LE encoded string.

Enums§

EncodedString
A string encoded as either UTF-8, UTF-16-BE or UTF-16-LE.

Traits§

Utf16Str
Trait for working with UTF-16BE and UTF-16LE strings.
Utf16StrExt
Extension trait for creating UTF-8 strings from UTF-16 strings.