binary_macros 0.1.0

Macros for decoding binary-to-text encodings in string literals to [u8] literals.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[dependencies]
data-encoding = "1.1.2"

[dev-dependencies]
dotenv = "0.8"
dotenv_macros = "0.9"

[lib]
plugin = true

[package]
authors = ["Pyry Kontio <pyry.kontio@drasa.eu>"]
description = "Macros for decoding binary-to-text encodings in string literals to [u8] literals."
license = "MIT"
name = "binary_macros"
version = "0.1.0"