ucobs 0.3.4

μCOBS — Consistent Overhead Byte Stuffing. no_std, zero-alloc, fastest, most-tested COBS implementation.
Documentation
[graph]
all-features = true

[advisories]
yanked = "deny"
ignore = [
    # bincode 1.3.3 — transitive dev-dep via iai-callgrind (latest 0.16.1).
    # Unmaintained but stable and complete; no security issue. Dev-only, never
    # ships in ucobs. Remove this ignore when iai-callgrind drops bincode.
    "RUSTSEC-2025-0141",
]

[licenses]
# Permissive licenses only. All copyleft (GPL, LGPL, AGPL, MPL, etc.) is denied by omission.
allow = [
    "MIT",
    "Apache-2.0",
    "BSD-2-Clause",
    "BSD-3-Clause",
    "ISC",
    "Zlib",
    "Unlicense",
    "CC0-1.0",
    "Unicode-3.0",
    "Unicode-DFS-2016",
]
unused-allowed-license = "allow"

[bans]
multiple-versions = "warn"
wildcards = "deny"

[sources]
unknown-registry = "deny"
unknown-git = "deny"
allow-registry = ["https://github.com/rust-lang/crates.io-index"]
allow-git = []