bdarcus / csln

Reimagining CSL
Mozilla Public License 2.0
13 stars 0 forks source link

Implement rust -> TS code conversion #13

Open bdarcus opened 1 year ago

bdarcus commented 1 year ago

Either use quicktype via JSON schema on the other end, or something like this on this end.

https://github.com/alexeagleson/typester

If the latter, check on status. On one hand, it's described as a limited teaching tool. OTOH, it is available as a crate, and seems to do what I need.