mirror of
https://github.com/guilhermewerner/machine
synced 2025-06-16 21:24:18 +00:00
Split Payload and PayloadType
This commit is contained in:
@ -23,6 +23,10 @@ pub use self::_Limits::*;
|
||||
mod _Machine;
|
||||
pub use self::_Machine::*;
|
||||
|
||||
#[path = "PayloadType.rs"]
|
||||
mod _PayloadType;
|
||||
pub use self::_PayloadType::*;
|
||||
|
||||
#[path = "Registry.rs"]
|
||||
mod _Registry;
|
||||
pub use self::_Registry::*;
|
||||
|
Reference in New Issue
Block a user