keichi / binary-parser

A blazing-fast declarative parser builder for binary data
MIT License
857 stars 133 forks source link

docs: `wrapped` can take empty string as `name` #213

Closed wpyoga closed 1 year ago

wpyoga commented 1 year ago

As discussed in #212, wrapped can take an empty string as the name argument. In this case, the parsed object is directly embedded into the current object, similar to calling nest without the optional name parameter.

keichi commented 1 year ago

@wpyoga Can I close this PR? #215 seems to include the changes in this PR.

wpyoga commented 1 year ago

@keichi If you intend to merge both updates, then yes you can close this one. I split these up so that you may merge either one independently.

keichi commented 1 year ago

Closing in favor of #215