ystero-dev / hampi

Rust ASN.1 Toolkit
Other
43 stars 18 forks source link

Add serde by default #115

Closed Its-Just-Nans closed 2 months ago

Its-Just-Nans commented 2 months ago

Hello,

With this PR, serde derives are added by default.

The user can then just specify that he is using the feature serde_support to use serde

You can test with

cargo run -- --codec  uper --module code.rs -- examples/specs/rrc/rrc.asn
# check code.rs