Module procspawn::serde

source ·
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

  • Utility wrapper to force values through JSON serialization.
  • A read-only byte buffer for sending between processes.

Functions

  • Checks if serde is in IPC mode.
  • Internal helper to mark all serde calls that go across processes so that serializers can respond to it.