🦀 Crates
For detailed API documentation of all crates in this repository, please see the rustdoc documentation.
The main crates include:
- jetstream - The main crate with the
jetstream::prelude
module - jetstream_client - Client implementation
- jetstream_server - Server implementation
- jetstream_wireformat - Encoding and decoding logic
- jetstream_macros - Procedural macros
- jetstream_rpc - RPC framework core
- jetstream_9p - 9P protocol implementation
- jetstream_ufs - UFS (Unix File System) implementation
- jetstream_quic - QUIC transport
- jetstream_iroh - Iroh transport
- jetstream_websocket - WebSocket transport