dcreager / stuffed-records-go

Stuffed Records in Go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Stuffed Records

This is a Go implementation of Paul Khuong's stuffed records encoding. This is a modified version of Consistent Overhead Byte Stuffing (COBS), which uses the uncommon two-byte sequence 0xfe 0xfd as the record delimiter, instead of the more common one-byte sequence 0x00.

About

Stuffed Records in Go

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Go 100.0%