proto_import 0.1.0

A macro for including prost-generated macros by package name
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[dependencies.watt]
version = "0.4"

[lib]
proc-macro = true

[package]
authors = ["Shane <shane.murphy@umbra.space>"]
description = "A macro for including prost-generated macros by package name"
edition = "2021"
homepage = "https://github.com/ShaneMurphy2/proto_import"
keywords = ["proc_macro", "procmacro", "prost"]
license = "MIT OR Apache-2.0"
name = "proto_import"
repository = "https://github.com/ShaneMurphy2/proto_import"
version = "0.1.0"