librasn / rasn

A Safe #[no_std] ASN.1 Codec Framework
Other
192 stars 46 forks source link

Support for XER #109

Open ERnsTL opened 1 year ago

ERnsTL commented 1 year ago

Is this planned?

XAMPPRocky commented 1 year ago

Thank you for your issue! Yes, I would definitely like to support this, first I need to complete my PER implementation, and then I intend to focus on adding text based encoding rules like JER and XER.

ERnsTL commented 1 year ago

@XAMPPRocky Thanks for your positive response - you took the words out of my mouth, was to ask about JER as well.

That is a great outlook! JER and XER can be great bridges between more conservative ASN1 systems using binary ASN1 rulesets and "hip" JSON-based apps / APIs and web apps / frontends.

Cool, and have a great day!

XAMPPRocky commented 1 week ago

JER is now implemented so only XER is left.

ERnsTL commented 1 week ago

JER is now implemented so only XER is left.

This is some of the best news in recent days! Thanks for your efforts

XAMPPRocky commented 1 week ago

I didn't implement it, it was a contribution from the community but I'll accept it regardless 😄