bystr 0.1.3

macro to create compile-time, fixed length, byte array from a string
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[dependencies.bystr-impl]
version = "0.1.3"

[dependencies.proc-macro-hack]
version = "^0.5.11"

[package]
authors = ["Zach Marcantel <zmarcantel@gmail.com>"]
description = "macro to create compile-time, fixed length, byte array from a string"
edition = "2018"
keywords = ["ffi", "bpf", "cstring", "cstr"]
license = "GPL-3.0-or-later"
name = "bystr"
readme = "README.md"
repository = "https://github.com/zmarcantel/bystr-rs"
version = "0.1.3"