hex_lit 0.1.1

Hex macro literals without use of hex macros
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[features]
rust_v_1_46 = []

[package]
authors = ["Martin Habovstiak <martin.habovstiak@gmail.com>"]
categories = ["encoding", "rust-patterns", "no-std"]
description = "Hex macro literals without use of hex macros"
edition = "2018"
keywords = ["hex", "literal", "hex-literal"]
license = "MITNFA"
name = "hex_lit"
readme = "README.md"
repository = "https://github.com/Kixunil/hex_lit"
version = "0.1.1"
[package.metadata.docs.rs]
features = ["rust_v_1_46"]
rustdoc-args = ["--cfg", "docsrs"]