aurae-runtime / aurae

Distributed systems runtime daemon written in Rust.
https://aurae.io
Apache License 2.0
1.85k stars 91 forks source link

Generate auraescript from protos #292

Closed future-highway closed 1 year ago

future-highway commented 1 year ago

The auraescript macro was relying on convention to locate the generated typescript files. As we brought in 3rd party protos, they do not match the project's conventions and thus needed carve outs.

This PR makes the path explicit in the macro instead of relying on conventions.

future-highway commented 1 year ago

I'm trying to update this to also read from the proto files