File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 11# Derive macro example
22
3- [ ![ Build Icon]] [ Build Status ] &emsp ; [ ![ License Icon]] [ LICENSE ]
3+ [ ![ Build Icon]] [ Build Status ] &emsp ; [ ![ License CC0 Icon]] [ LICENSE CC0 ] & emsp ; [ ![ License Unlicense Icon ]] [ License Unlicense ]
44
55[ Build Icon ] : https://img.shields.io/github/actions/workflow/status/1git2clone/proc-macro-example/ci.yml?branch=main
66[ Build Status ] : https://github.com/1git2clone/proc-macro-example/actions?query=branch%3Amain
7- [ License Icon ] : https://img.shields.io/badge/license-CC0_1.0_Universal-blue.svg
8- [ License ] : LICENSE
7+ [ License CC0 Icon ] : https://img.shields.io/badge/license-CC0_1.0_Universal-blue.svg
8+ [ License CC0 ] : LICENSE-CC0
9+ [ License Unlicense Icon ] : https://img.shields.io/badge/license-Unlicense-blue.svg
10+ [ License Unlicense ] : LICENSE-UNLICENSE
911
1012A short getting started on derive macros guide in Rust.
1113
You can’t perform that action at this time.
0 commit comments