[package]
edition = "2024"
name = "cobsin"
version = "1.0.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "COBS encoding/decoding, in-place. `no_std`, zero allocations."
homepage = "https://github.com/darkcodi/cobsin"
readme = "README.md"
keywords = [
"cobs",
"encoding",
"decoding",
"no_std",
"embedded",
]
categories = [
"embedded",
"encoding",
"no-std",
]
license = "MIT"
repository = "https://github.com/darkcodi/cobsin"
[lib]
name = "cobsin"
path = "src/lib.rs"
[dependencies]