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
- Host: GitHub
- URL: https://github.com/dcdunkan/deno-smart-buffer
- Owner: dcdunkan
- Created: 2022-07-10T18:49:46.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-06-14T16:19:26.000Z (about 2 years ago)
- Last Synced: 2026-03-02T03:45:10.320Z (4 months ago)
- Language: TypeScript
- Homepage: https://deno.land/x/smart_buffer
- Size: 13.7 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)