ProtoBuf.jl
ProtoBuf.jl copied to clipboard
Support for plain-text format?
Thanks for this great package! Scanning the documentation, it doesn't look like there's support for reading or writing plain-text format (ie this). Is that something you'd consider? I might be able to make a PR for it if doesn't turn out to be too complicated.
Thanks. Related: #12. Is there a spec outlining the text format? That's primarily what has prevented implementing this.
I searched but couldn't find a formal spec, but I know from experience it's relatively simple. https://github.com/brotchie/protobuf-textformat is a pretty minimal implementation that might be an easier reference than the C++ code.
This is a blocker for adopting ProtoBuf in https://github.com/odow/MathOptFormat.jl. I'll look into what's involved in reading the plain-text format, but would appreciate any tips.