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

Support Bytes and BytesMut as Vec<u8> alternative #59

Open kellerkindt opened 3 years ago

kellerkindt commented 3 years ago

For OCTET STRING allow the usage of (Bytes as serialize input and) BytesMut as alternative to Vec<u8>

https://crates.io/crates/bytes