Expand description
Utilities for working with serde.
Because serde is the underlying library used for data passing between processes procspawn provides various utilities that help with common operations.
Structs§
- Json
- Utility wrapper to force values through JSON serialization.
- Shmem
- A read-only byte buffer for sending between processes.
Functions§
- in_
ipc_ mode - Checks if serde is in IPC mode.
- with_
ipc_ mode - Internal helper to mark all serde calls that go across processes so that serializers can respond to it.