Function vector_config_common::configurable_package_name_hack

source ยท
pub fn configurable_package_name_hack() -> TokenStream
Expand description

Generate the package name to reach vector_config in the output of the macros. This should be vector_lib::configurable in all packages that can import vector_lib to allow for a single import interface, but it needs to explicitly name vector_config in all packages that themselves import vector_lib.