smart-buffer is a Buffer wrapper that adds automatic read & write offset tracking, string operations, data insertions, and more.
TypeScript
108
20
MIT License
Smart‑Buffer is a TypeScript‑ready wrapper around Node’s `Buffer` that automatically tracks read/write cursors, grows the underlying storage as needed, and adds convenient methods for inserting, overwriting, and handling strings (including null‑terminated) and other data types. It’s aimed at developers who need to build or parse binary protocols or packets without manually managing offsets and buffer resizing.
Total donated
Undistributed
Share with your subscribers:
Recipients
How the donated funds are distributed
Support the dependencies of joshglazebrook/smart-buffer
Yet another JS code coverage tool that computes statement, line, function and branch coverage with module loader hooks to transparently add coverage when running tests. Supports all JS coverage use ca