rs-zero 0.2.8

Rust-first microservice framework inspired by go-zero engineering practices
Documentation
1
2
3
4
5
6
7
8
9
10
11
# api-hello

This fixture demonstrates the Milestone 2 `.api` flow:

```bash
rs-zero api validate -f examples/api-hello/hello.api
rs-zero api openapi -f examples/api-hello/hello.api -o examples/api-hello/openapi.json
rs-zero api gen -f examples/api-hello/hello.api -d target/generated
```

The supported DSL subset is documented in `docs/api-dsl.md`.