Crate jetstream

source ·
Expand description

§JetStream

crates.io docs.rs Build Status Build Status crates.io downloads

JetStream is an RPC framework built on top of s2n-quic and p9. It’s designed to be a high performance, low latency, secure, and reliable RPC framework.

Features:

  • Bidirectional streaming
  • 0-RTT
  • mTLS
  • binary encoding

§Motivation

Building remote filesystems over internet, is the main motivation behind JetStream.

§Ready?

JetStream is not ready for production use. It’s still in the early stages of development.

§Alternatives

§License

BSD-3-Clause

Re-exports§

Modules§

Macros§

Traits§

Attribute Macros§

  • This macro generates a JetStream protocol implementation from a module such as the following

Derive Macros§