rapace-transport-mem 0.4.0

In-process transport for rapace (semantic reference implementation)
Documentation

rapace-transport-mem

crates.io documentation MIT/Apache-2.0 licensed

In-process memory transport for rapace RPC.

The semantic reference implementation for rapace transports. All messages are passed via memory without any I/O overhead. Useful for:

  • Testing: Unit tests and integration tests
  • Single-process RPC: When you need RPC semantics without cross-process boundaries
  • Reference implementation: Understanding how rapace transports work

Feature

Enabled by default in rapace. Use default-features = false to disable.

License

Licensed under either of:

at your option.