cobs 0.2.3

This is an implementation of the Consistent Overhead Byte Stuffing (COBS) algorithm. COBS is an algorithm for transforming a message into an encoding where a specific value (the "sentinel" value) is not used. This value can then be used to mark frame boundaries in a serial communication channel.
Documentation
[dev-dependencies.quickcheck]
version = "^0.5.0"

[features]
default = ["use_std"]
use_std = []

[package]
authors = ["Allen Welkie <>", "James Munns <james.munns@ferrous-systems.com>"]
description = "    This is an implementation of the Consistent Overhead Byte Stuffing (COBS) algorithm.\n    COBS is an algorithm for transforming a message into an encoding where a specific value\n    (the \"sentinel\" value) is not used. This value can then be used to mark frame boundaries\n    in a serial communication channel. "
edition = "2018"
keywords = ["consistent", "overhead", "byte", "stuffing"]
license = "MIT OR Apache-2.0"
name = "cobs"
repository = "https://github.com/jamesmunns/cobs.rs"
version = "0.2.3"