self-rust-tokenize-derive 0.3.4

Turns instances of Rust structures into a token stream that creates the instance
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[dependencies.syn-helpers]
features = ["syn-extra-traits"]
version = "0.5"

[lib]
name = "self_rust_tokenize_derive"
path = "lib.rs"
proc-macro = true

[package]
authors = ["Ben <kaleidawave@gmail.com>"]
description = "Turns instances of Rust structures into a token stream that creates the instance"
edition = "2018"
license = "MIT"
name = "self-rust-tokenize-derive"
readme = "README.md"
repository = "https://github.com/kaleidawave/self-rust-tokenize"
version = "0.3.4"