tuioxide 0.3.1

A Rust implementation of the TUIO 1.1 and TUIO 2.0 protocols, providing both client and server components for sending and receiving multitouch and tangible object data over OSC.
Documentation
1
2
3
4
pub const MILLI_PER_SECOND: i64 = 1000;
pub const MICRO_PER_MILLI: i64 = 1000;
pub const MICRO_PER_SECOND: i64 = 1_000_000;
pub const UNIX_OFFSET: i64 = 2_208_988_800;