Commit fd585ed
committed
Add anthropics/buffa-packaging plugin v0.3.0
protoc-gen-buffa-packaging emits a mod.rs module tree that includes
per-file output from protoc-gen-buffa (or any plugin layered on it).
The plugin reads the proto package structure (not message bodies) and
writes a mod.rs that include!s each generated file at the right module
nesting level.
Requires `strategy: all` so the plugin sees the full file set in one
invocation. Supports a `filter=services` option for packaging output
from service-stub generators that skip files without services.
Crates: https://crates.io/crates/protoc-gen-buffa-packaging
Repo: https://github.com/anthropics/buffa1 parent b429f98 commit fd585ed
4 files changed
Lines changed: 29 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
0 commit comments