Crate usdpl_core
source ·Expand description
Datatypes and constants core the back-end and front-end libraries’ operation. This contains serialization functionality and networking datatypes.
Modules
USDPL core API.
This contains functionality used in both the back-end and front-end.
Serialization and deserialization functionality.
Little endian is preferred.
Web messaging
Structs
Remote call packet representing a function to call on the back-end, sent from the front-end
Remote call response packet representing the response from a remote call after the back-end has executed it.