codec 0.0.8

Codec trait to assist in making codecs
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
name = "codec"
version = "0.0.8"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Codec trait to assist in making codecs"
readme = "README.md"
keywords = ["codec"]
categories = [
    "multimedia::encoding",
    "no-std",
    "no-std::no-alloc",
    "parsing",
]
license = "MIT"
repository = "https://gitlab.com/donuts799/rust-utils/-/tree/main/codec?ref_type=heads"

[features]
std = []

[lib]
name = "codec"
path = "src/lib.rs"

[dependencies.heapless]
version = "0.9.1"