binary_macros_impl 0.5.3

Procedural macro implementations for decoding base64-like encodings in string literals to [u8] literals.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "binary_macros_impl"
version = "0.5.3"
authors = ["Pyry Kontio <pyry.kontio@drasa.eu>"]
description = "Procedural macro implementations for decoding base64-like encodings in string literals to [u8] literals."
license = "MIT"
repository = "https://github.com/golddranks/binary_macros/tree/master/binary_macros_impl"
readme = "../README.md"
keywords = ["base64", "hex", "binary", "encoding", "decoding"]

[dependencies]
proc-macro-hack = { version = "0.3.2", default-features = false }
data-encoding = "1.2"
dotenv = "0.8"

[lib]
proc-macro = true