Crate ratman_types

Source
Expand description

API encoding types for Ratman

Structs§

Identity
A generic object identifier
Message
Main Ratman message type
TimePair

Enums§

Error
Recipient
Specify the message recipient

Functions§

read_with_length
First read a big-endian u64, then read the number of bytes
write_with_length
First write the length as big-endian u64, then write the provided buffer

Type Aliases§

Result