[][src]Constant ellidri_tokens::MESSAGE_LENGTH

pub const MESSAGE_LENGTH: usize = 512;

The recommended length of a message.

Message::parse can parse messages longer than that. It is used by Buffer to avoid multiple allocations when building the same message.