Smart Buffer
Deno port of JoshGlazebrook/smart-buffer.
smart-buffer is a Buffer wrapper that adds automatic read & write offset tracking, string operations, data insertions, and more.
import { SmartBuffer } from "https://deno.land/x/smart_buffer/mod.ts";
Documentation: JoshGlazebrook/smart-buffer
Test: mod_test.ts