Expand description
Testing utilities for starpc.
This module provides in-memory transports and helpers for testing starpc services without actual network connections.
Structs§
- InMemory
Opener - In-memory stream opener for testing.
- Single
InMemory Opener - Single-use in-memory opener.
Functions§
- create_
pipe - Creates a pair of connected in-memory streams.
- create_
pipe_ default - Creates a pair of connected in-memory streams with default buffer size.
- create_
test_ pair - Creates a connected client-server test setup.