macro_rules! pub_static_include_lines {
($var: ident, $filename: literal) => { ... };
}Expand description
This macro functions identically to static_include_lines, but the created static variable is public.
macro_rules! pub_static_include_lines {
($var: ident, $filename: literal) => { ... };
}This macro functions identically to static_include_lines, but the created static variable is public.