codecs 0.0.1

String encoding and decoding helper functions and traits
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[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"