hexhex 1.0.0

hexadecimal conversion 🪄
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[dependencies.hexhex_impl]
version = "0.1.0"

[dependencies.hexhex_macros]
version = "1.0.0"

[features]
default = ["std"]
std = ["hexhex_impl/std"]

[package]
description = "hexadecimal conversion 🪄"
edition = "2021"
license = "EUPL-1.2"
name = "hexhex"
repository = "https://git.sr.ht/~quf/hexhex"
resolver = "1"
version = "1.0.0"