Skip to content

Commit af3c7c4

Browse files
authored
Update README.md
1 parent d49cfa7 commit af3c7c4

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,15 @@ Thanks to that flag, this repo simply contains a toolchain that resolves those p
2525
See `examples` for several language rules like `py_proto_library` and `java_proto_library`.
2626
There is NO dependency on `@com_google_protobuf` anywhere.
2727

28+
## Support matrix
29+
30+
| Language | Support | Example or Issue |
31+
|----------|---------|------------------|
32+
| Java | Yes | [example](./examples/java) |
33+
| Python | Yes | [example](./examples/python) |
34+
| Rust | | https://github.com/bazelbuild/rules_rust/issues/2627 |
35+
| Go | | https://github.com/bazelbuild/rules_go/issues/3895 |
36+
2837
## Design
2938

3039
### Questioning why Bazel is different

0 commit comments

Comments
 (0)