viveshok

Results 3 comments of viveshok

ok thanks for trying 🙏🏻 not a big deal don't waste too much time

thanks to everyone involved with this work (starting with `sortedcontainers` itself), very appreciated

### Minimal Reproducible Example `schema.proto`: ``` syntax = "proto2"; message Foo { required uint64 bar = 1; optional bool baz = 2 [default = true]; } ``` `main.rs`: ```rust pub...