JSyn
This crate is an attempt to convert the output of syn (a rust parsing library) to the AST defined by ressa. That would allow a user to pass this AST to resw to generate javascript.
But... why?
- Wouldn't it be nice to have your rust
structs automatically converted into JavaScriptclasses? - I'm sure there are other reasons...