sync_docs 0.1.0

This proc macro allows injecting documentation from prost generated Rust file into custom defined sdk types (s2-sdk-rust in this case)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "sync_docs"
description = "This proc macro allows injecting documentation from prost generated Rust file into custom defined sdk types (s2-sdk-rust in this case)"
version = "0.1.0"
edition = "2021"
license = "Apache-2.0"
keywords = ["tonic", "proc_macro", "prost", "docs"]
repository = "https://github.com/s2-streamstore/sync_docs"
homepage = "https://github.com/s2-streamstore/sync_docs"

[lib]
proc-macro = true

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