| Crates.io | connectrpc-axum-build |
| lib.rs | connectrpc-axum-build |
| version | 0.0.29 |
| created_at | 2025-09-09 14:08:20.723788+00 |
| updated_at | 2026-01-21 06:30:10.740034+00 |
| description | Code generation for connectrpc-axum |
| homepage | |
| repository | https://github.com/washanhanzi/connectrpc-axum |
| max_upload_size | |
| id | 1830925 |
| size | 153,346 |
A Rust library that brings ConnectRPC protocol support to the Axum web framework, with optional Tonic integration for serving gRPC or gRPC-Web on the same port.
Status: Under active development. Not recommended for production use yet.
| Protocol | Support |
|---|---|
| Connect (JSON/Proto) | Native |
| gRPC | Via Tonic integration |
| gRPC-Web | Via tonic-web layer |
This project includes Claude Code skills to assist with development. See the skill files in .claude/skills/ for details.
| Skill | Description |
|---|---|
submit-issue |
Report bugs, request features, or ask questions |
resolve-issue |
Investigate and resolve GitHub issues |
test |
Run the full test suite |
See .claude/architecture.md for detailed documentation on the project structure, core modules, and design decisions.
See connectrpc-axum-examples for complete working examples:
cd connectrpc-axum-examples
cargo run --bin connect-unary
This project started as a fork of AThilenius/axum-connect.
MIT License - see LICENSE for details.