librasn / compiler

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

feat: Export CLI as part of library #45

Closed XAMPPRocky closed 1 month ago

XAMPPRocky commented 1 month ago

I'd like to allow people to get access to the compiler by running "cargo install rasn" which would require that the compiler export its CLI in its library so I can create a binary for it in the main rasn repository.