Skip to content

Commit a145861

Browse files
committed
docs(conreg-client): supply document
1 parent 63a5176 commit a145861

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

conreg-client/src/lib.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,9 @@
214214
//! println!("Config changed, new config: {:?}", config);
215215
//! });
216216
//! ```
217+
//!
218+
//! # Feign-like Component
219+
//! [conreg-feign-macro](https://docs.rs/conreg-feign-macro) provides a macro that implements functionality similar to Java's Feign, enabling remote procedure calls across microservices.
217220
218221
use crate::conf::{ConRegConfig, ConRegConfigWrapper};
219222
use crate::config::Configs;

conreg-feign-macro/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ edition = "2024"
55
description = "Procedural macros for conreg-client Feign-like declarative HTTP client"
66
license = "Apache-2.0"
77
repository = "https://github.com/xgpxg/conreg"
8+
documentation = "https://docs.rs/conreg-feign-macro"
89

910
[lib]
1011
proc-macro = true

0 commit comments

Comments
 (0)