kellerkindt / asn1rs

Generates Rust Code and optionally compatible Protobuf schema files from ASN.1 definitions.
http://asn1.rs
Apache License 2.0
55 stars 20 forks source link

Code refactoring before larger contributions #77

Closed Nicceboy closed 1 year ago

Nicceboy commented 1 year ago

Hey,

this project seems great and good base for wider implementations. I need Rust ASN.1 type generator to support few additional ITS standards, including

It also required (C)OER encoding. There was some talk about it here, but I guess it was not finished.

I am planning to extend the project to fulfill at least some of these requirements, and let's see where I get.

What do you think should be good starting point from refactoring the code? There are some mentions in TODO section, and I think that some refactoring might be good if another encoding/decoding type will be added.