Skip to content

Latest commit

 

History

30 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

runtime-rs

CI License: Apache-2.0

A Rust port of runtime-go, built the Rust way rather than as a line-for-line translation.

Crates

2 crates. Each declares a description in its Cargo.toml and carries crate-level //! docs; this table is generated from those and verified on every push.

Crate Published as Go source Summary
cache runtime-cache runtime-go/cache Cache drivers and read-through/write-through strategies over pluggable backends
network tpp-network runtime-go/network Core clients: HTTP, WebSocket, and GraphQL, over a shared ConnectionOptions

Installation

cargo add runtime-cache  # Cache drivers and read-through/write-through strategies over pluggable backends
cargo add tpp-network    # Core clients: HTTP, WebSocket, and GraphQL, over a shared ConnectionOptions

Documentation

Every crate's API docs, including usage examples, are on docs.rs:

Development

just              # list the available recipes
just docs         # regenerate this README from Cargo metadata
just docs-check   # verify it is current (also runs in CI)

License

Apache-2.0 — see LICENSE.

About

Rust runtime engine and transport adapters for the universal Protobuf mesh.

Topics

Resources

Security policy

Stars

0 stars

Watchers

0 watching

Forks

Contributors

Languages