register_derive 0.1.1

Helper proc macro for the pac194x crate
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "register_derive"
version = "0.1.1"
authors = [ "Kiran Shila <me@kiranshila.com>" ]
edition = "2021"
repository = "https://github.com/kiranshila/pac194x"
readme = "../README.md"
documentation = "https://docs.rs/crate/pac194x/"
license = "MIT OR Apache-2.0"
description = "Helper proc macro for the pac194x crate"

[lib]
proc_macro = true

[dependencies]
syn = { version = "1.0", features = ["full", "extra-traits"] }
quote = "1.0"
proc-macro2 = "1.0"