rustyhorde / vergen

Generate cargo instructions at compile time in build scripts for use with the env! or option_env! macros
Apache License 2.0
378 stars 56 forks source link

Remove `#[doc(hidden)]` from `emit_at` #230

Closed Veetaha closed 1 year ago

Veetaha commented 1 year ago

The issue https://github.com/rustyhorde/vergen/issues/92 was fixed by exposing the means of configuration for the repository root. However, the 8-th major version of elastio-vergen made this functionality #[doc(hidden)].

https://github.com/rustyhorde/vergen/blob/2c77399ba20c205bf88ed141e16100f6b3816786/vergen/src/emitter.rs#L831-L843

What is the reason to keep it #[doc(hidden)]? Does it mean this is now private? If yes, then how https://github.com/rustyhorde/vergen/issues/92 is expected to be resolved now?