mfp / extprot

extprot: extensible binary protocols for cross-language communication and long-term serialization
Other
209 stars 9 forks source link

add `include` directive to allow split extprot files #21

Closed ygrek closed 7 years ago

mfp commented 7 years ago

On Sun, Jan 15, 2017 at 04:53:18PM -0800, ygrek wrote:

    • include
  • add doc section about include
  • add examples for include
  • gitignore: cmxs

Great! I'd been meaning to implement include for a while, but never got around to do it, and as a result I ended up copying small convenience type definitions around and putting all related non-trivial protocols in a single file.

Just to keep it extra safe, I'll throw a few large protocols of mine at it to double-check the generated code and merge later this week.

Thank you!

-- Mauricio Fernández

ygrek commented 7 years ago

Thanks! Release?