Crates.io | jetstream_client |
lib.rs | jetstream_client |
version | |
source | src |
created_at | 2024-10-03 12:39:10.010742 |
updated_at | 2024-12-10 14:51:19.715346 |
description | Jetstream is a RPC framework for Rust, based on the 9P protocol and QUIC. |
homepage | |
repository | https://github.com/sevki/jetstream |
max_upload_size | |
id | 1395188 |
Cargo.toml error: | TOML parse error at line 17, column 1 | 17 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include` |
size | 0 |
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:
Building remote filesystems over internet, is the main motivation behind JetStream.
JetStream is not ready for production use. It's still in the early stages of development.
BSD-3-Clause