rapace-transport-mem

Crates.iorapace-transport-mem
lib.rsrapace-transport-mem
version0.4.0
created_at2025-12-11 17:59:52.758268+00
updated_at2025-12-14 18:00:03.415424+00
descriptionIn-process transport for rapace (semantic reference implementation)
homepage
repositoryhttps://github.com/bearcove/rapace
max_upload_size
id1980209
size31,987
Amos Wenger (fasterthanlime)

documentation

README

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.

Commit count: 0

cargo fmt