[][src]Module udp_netmsg::utilities

Traits

ReadString

Utility trait for reading a string from a buffer Strings in Rust are not null terminated but having null terminated strings can be useful, if not necessary for receiving strings over UDP

WriteString

Utility trait for writing a string to a buffer Strings in Rust are not null terminated but having null terminated strings can be useful, if not necessary for sending strings over UDP