Damus
dorotaC · 7w
What's a good #format to serialize simple structured #data in an efficient way? I'm thinking about some binary #XML encoding. Also, #ASN.1 because it natively uses integers, not just strings. Is the ...
John Ulrik profile picture
@nprofile1q... There are several binary representations of XML, but I can’t give a specific recommendation: https://en.wikipedia.org/wiki/Binary_XML
That would also keep the door open for the XML tools ecosystem (schemas, XPath, XQuery, transformations …) From what I know about ASN.1 from the realm of certificates, I wouldn’t go that way.
1
dorotaC · 7w
nostr:nprofile1qy2hwumn8ghj7un9d3shjtnyd968gmewwp6kyqpq0v0rakfvautgyvlcfjrhnwlyu9gnyclwh5w2rgmk9n60hdphav4ssy3qcf I can't find Rust crates for anything interoperable with XML :( ...except ASN.1 https://github.com/librasn/rasn What do you know about ASN.1? I keep hearing that it's bad but never any...