Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeagle authored Apr 23, 2024
1 parent d49cfa7 commit af3c7c4
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,15 @@ Thanks to that flag, this repo simply contains a toolchain that resolves those p
See `examples` for several language rules like `py_proto_library` and `java_proto_library`.
There is NO dependency on `@com_google_protobuf` anywhere.

## Support matrix

| Language | Support | Example or Issue |
|----------|---------|------------------|
| Java | Yes | [example](./examples/java) |
| Python | Yes | [example](./examples/python) |
| Rust | | https://github.com/bazelbuild/rules_rust/issues/2627 |
| Go | | https://github.com/bazelbuild/rules_go/issues/3895 |

## Design

### Questioning why Bazel is different
Expand Down

0 comments on commit af3c7c4

Please sign in to comment.