keichi / binary-parser

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

docs: explain how to call `.useContextVars()` #220

Closed wpyoga closed 1 year ago

wpyoga commented 1 year ago

Update readme to explain that we need to call .useContextVars() at the top level. Expained by @keichi in #217 .

keichi commented 1 year ago

Thanks for the improvement.