cobs_codec_rs 1.1.0

Consistent Overhead Byte Stuffing (COBS) and COBS/R codec: no_std, zero-dependency, for zero-free framing of serial and packet byte streams.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!-- Thanks for contributing to cobs_codec_rs! -->

## Description

<!-- What does this PR change, and why? Link any related issue. -->

## Checklist

- [ ] `cargo fmt --check` produces no changes
- [ ] `cargo clippy --all-targets --all-features -- -D warnings` is clean
- [ ] `cargo clippy --no-default-features -- -D warnings` is clean (no_std)
- [ ] `cargo test` passes
- [ ] Added or updated tests (golden vectors for codec changes)
- [ ] Updated `CHANGELOG.md` for user-visible changes
- [ ] Commits are SSH/GPG-signed and signed-off (`git commit -s`, DCO)