librasn / compiler

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

General bindings formatting #13

Closed v0-e closed 5 months ago

v0-e commented 5 months ago

Non-Rust bindings generated by custom backends are currently forced to pass through rustfmt. This PR should generalize this. There is probably a better way to do this (like maybe binding CompileResult to a specific Backend?), but requires a bit more refactoring.