An open API service indexing awesome lists of open source software.

https://github.com/dcdunkan/deno-smart-buffer

Deno port of https://github.com/JoshGlazebrook/smart-buffer
https://github.com/dcdunkan/deno-smart-buffer

Last synced: 3 months ago
JSON representation

Deno port of https://github.com/JoshGlazebrook/smart-buffer

Awesome Lists containing this project

README

          

# Smart Buffer

> Deno port of
> [JoshGlazebrook/smart-buffer](https://github.com/JoshGlazebrook/smart-buffer).

smart-buffer is a Buffer wrapper that adds automatic read & write offset
tracking, string operations, data insertions, and more.

```ts
import { SmartBuffer } from "https://deno.land/x/smart_buffer/mod.ts";
```

Documentation:
[JoshGlazebrook/smart-buffer](https://github.com/JoshGlazebrook/smart-buffer)

Test: [mod_test.ts](mod_test.ts)