Eric
Eric
The Implementation now uses [smart-buffer](https://www.npmjs.com/package/smart-buffer) for the encoding feature. So, it is no more needed to estimate the size of the encoded result before using `parser.encode()`. I have also added...
If people want to try it. I have published this work as a new npm packge [binary-parser-encoder](https://www.npmjs.com/package/binary-parser-encoder).
@ab-kily Thanks for reporting this issue. (I have now activated the Issue management on my forked repo). The problem is the support of `readUntil` function in array encoding. I should...
Just published the version 1.4.0 of binary-parser-encoder package on npm registry. Should fix the problem of @ab-kily. Finally, I kept the `readUntil` (function) option when encoding arrays, but added 2...
Hi @Yuri-M-Dias and @keichi, As you guessed, I'm no more able to actively maintain the _endoder_ part of the parser. You will find in the _encoder_ branch of my repo...