kellerkindt / asn1rs

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

Derive `Clone` for `UperReader` #83

Closed jkalez closed 1 year ago

jkalez commented 1 year ago

Auto-derive Clone for UperReader. This is particularly useful for implementors of the ScopedBitRead trait who also implement Clone, allowing them to then clone their UperReader type.

jkalez commented 1 year ago

Looks like at least one CI check failed due to some network error. Unfortunately I don't think I have the permissions to re-run it

kellerkindt commented 1 year ago

Thanks!