nibblecode_derive 0.1.0

Derive macros for nibblecode
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "nibblecode_derive"
description = "Derive macros for nibblecode"
version = "0.1.0"
edition = "2024"
license = "MIT"
keywords = ["archive", "nibblecode", "serialization", "zero-copy", "no_std"]
categories = ["encoding", "no-std", "no-std::no-alloc"]

[lib]
proc-macro = true

[dependencies]
syn = "2"
quote = "1"
proc-macro2 = "1"