librasn / compiler

An ASN1 compiler producing Rust bindings for the rasn framework
Other
10 stars 7 forks source link

fix: Backend generate() res TokenStream to String #19

Closed v0-e closed 4 months ago

v0-e commented 4 months ago

Makes Backend generate() return a String instead of a TokenStream so Backend can be used in non-Rust bindings. Possible fix for #18.

6d7a commented 4 months ago

Great! LGTM.