codec 0.0.4

Codec trait to assist in making codecs
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "codec"
version = "0.0.4"
edition = "2024"
license = "MIT"
description = "Codec trait to assist in making codecs"
readme = "README.md"
keywords = ["codec"]
categories = ["multimedia::encoding", "no-std", "no-std::no-alloc", "parsing"]
repository = "https://gitlab.com/donuts799/rust-utils/-/tree/main/codec?ref_type=heads"

[dependencies]
heapless = "0.8.0"

[features]
std=[]