https://github.com/github/twirp-rs
Twirp RPC for Rust
https://github.com/github/twirp-rs
Last synced: 11 months ago
JSON representation
Twirp RPC for Rust
- Host: GitHub
- URL: https://github.com/github/twirp-rs
- Owner: github
- License: mit
- Created: 2023-06-23T23:32:27.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-24T22:17:41.000Z (12 months ago)
- Last Synced: 2025-03-29T07:01:59.038Z (12 months ago)
- Language: Rust
- Homepage:
- Size: 528 KB
- Stars: 37
- Watchers: 136
- Forks: 5
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
- Support: SUPPORT.md
Awesome Lists containing this project
README
# twirp-rs
This repository contains the following crates published to crates.io. Please see their respective README files for more information.
- [`twirp-build`](https://github.com/github/twirp-rs/tree/main/crates/twirp/twirp-build) - A crate for generating twirp client and server interfaces. This is probably what you are looking for.
- [`twirp`](https://github.com/github/twirp-rs/tree/main/crates/twirp/) - A crate used by code that is generated by `twirp-build`