[dependencies.core2]
version = "0.3.2"
[dependencies.thiserror]
version = "1.0.30"
[features]
default = ["std"]
std = ["core2/std"]
[package]
description = "String encoding and decoding helper functions and traits"
edition = "2021"
license = "Apache-2.0 OR MIT"
name = "codecs"
repository = "https://github.com/bbqsrc/codecs-rs"
resolver = "2"
version = "0.0.1"