rapace-core

Crates.iorapace-core
lib.rsrapace-core
version0.5.0
created_at2025-12-11 17:56:45.016281+00
updated_at2025-12-21 13:26:48.326945+00
descriptionCore types and traits for rapace RPC
homepage
repositoryhttps://github.com/bearcove/rapace
max_upload_size
id1980195
size369,522
Amos Wenger (fasterthanlime)

documentation

README

rapace-core

crates.io documentation MIT/Apache-2.0 licensed

Core types and traits for rapace RPC framework.

This crate provides the fundamental types and protocols used by rapace:

  • Transport traits: Abstraction for different transport implementations
  • Frame formats: Protocol buffers for RPC messaging
  • RPC session management: Core session and session pump types
  • Serialization: Support for multiple serialization formats via facet

This is a low-level crate primarily used by rapace itself and transport implementations.

License

Licensed under either of:

at your option.

Commit count: 0

cargo fmt