No description
Find a file
dependabot[bot] 47039ee975
Bump syn from 1.0.109 to 2.0.52
Bumps [syn](https://github.com/dtolnay/syn) from 1.0.109 to 2.0.52.
- [Release notes](https://github.com/dtolnay/syn/releases)
- [Commits](https://github.com/dtolnay/syn/compare/1.0.109...2.0.52)

---
updated-dependencies:
- dependency-name: syn
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-14 02:21:57 +00:00
.github Update dependabot.yml 2024-03-14 02:21:17 +00:00
certs initial commit 2024-03-13 16:38:31 +00:00
logo bump to 0.1.3 2024-03-13 19:06:21 +00:00
src remove dupe file 2024-03-13 20:31:02 +00:00
third_party Bump syn from 1.0.109 to 2.0.52 2024-03-14 02:21:57 +00:00
.gitignore initial commit 2024-03-11 17:47:02 +00:00
Cargo.lock Bump syn from 1.0.109 to 2.0.52 2024-03-14 02:21:57 +00:00
Cargo.toml Merge pull request #8 from sevki/dev 2024-03-13 20:32:23 +00:00
LICENSE Create LICENSE 2024-03-13 19:19:04 +00:00
README.md remove dupe file 2024-03-13 20:31:02 +00:00
rust-toolchain initial commit 2024-03-13 16:38:31 +00:00
rustfmt.toml initial commit 2024-03-13 16:38:31 +00:00

JetStream crates.io docs.rs Build Status Build Status

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 like the rest of the rust-p9 packages this relises on.