rustic_bird_macro_derive 0.1.2

something I will use to make a twitter api crate
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[dependencies.quote]
version = "1.0"

[dependencies.syn]
version = "1.0"

[lib]
proc-macro = true

[package]
description = "something I will use to make a twitter api crate"
edition = "2021"
include = ["src/**/*", "Cargo.toml", "README.md", "LICENSE"]
license = "MIT"
name = "rustic_bird_macro_derive"
readme = "README.md"
version = "0.1.2"