rusticata / der-parser

BER/DER parser written in pure Rust. Fast, zero-copy, safe.
Apache License 2.0
85 stars 28 forks source link

der-parser 6.0 roadmap #37

Closed chifflier closed 2 years ago

chifflier commented 3 years ago

placeholder for now, roadmap is not defined yet

Some ideas:

chifflier commented 3 years ago

Adding no_std support to the 6.0 roadmap (PR in #50 )

naveedpash commented 3 years ago

Question: you guys aren't using serde to implement serialization?

Nevermind, I read up on some forums and understand why it is difficult to do asn.1 in serde. Just wanted to give you guys a heads up about an amazing crate: rasn that may help you in serialization