Expand description
RemoteProps — typed Props serialization for Deploy::remote.
Without a portable Props codec the remote deployer can only ship
(manifest, bytes) pairs — this module gives users an opt-in registry
where each manifest maps to a typed factory that reconstructs the actor
on the receiving node.
Structs§
- Remote
Props Registry - Per-system registry of
(manifest, factory)pairs.
Enums§
Functions§
- register_
bincode - Convenience: register a factory that decodes a
serde::Deserializetype via bincode. Eliminates the per-manifest boilerplate.