plabayo / rama

modular service framework to move and transform network packets
https://ramaproxy.org
Apache License 2.0
172 stars 19 forks source link

fix doc visibility of re-exported exported macro_rules macros #306

Open GlenDC opened 1 month ago

GlenDC commented 1 month ago

In sub rama crates such as rama-http I have doc-hidden exported macro_rules macros such as rama_http::service::web::match_service. These show up in the rama-http docs but they do not show in rama where rama_http::service is re-exported as rama::http::service.

This results also in the 404: https://ramaproxy.org/docs/rama/http/service/web/macro.match_service.html From page https://ramaproxy.org/docs/rama/http/service/web/index.html

Asked in rust programming language discord but they didn't seem to know either So will have to file a bug instead...

GlenDC commented 1 month ago

rust bug ticket: https://github.com/rust-lang/rust/issues/129982

GlenDC commented 2 weeks ago

Removing this from 0.2 as the resolution speed is dependent on the rust team.