Expand description
Prelude with extensions to rosc types.
It is recommended to import everything from this module whenever working with these types.
See [preulude::OscMessageExt] for details.
Traitsยง
- Into
OscArgs - Helper trait to convert types into
Vec<[OscType]> - Into
OscMessage - Helper trait to convert a
(impl ToString, impl IntoOscArgs)tuple intoOscMessage. - Into
OscPacket - Helper trait to convert
OscMessageandOscBundleintoOscPacket. - OscMessage
Ext - Extension methods for the
rosc::OscMessagetype. - OscPacket
Ext - Extension methods for the
rosc::OscMessagetype.