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

Drastically reduce the public API surface #52

Open kellerkindt opened 3 years ago

kellerkindt commented 3 years ago

Should the API surface be drastically reduced to prevent what would be considered breaking changes? Current a lot of types and fns are pub and thus would not be allowed to change after 1.0.0 release