macro_rules! security_txt {
($($name:ident: $value:expr),*) => { ... };
}
Expand description
Create a static string containing the security.txt file.
macro_rules! security_txt {
($($name:ident: $value:expr),*) => { ... };
}
Create a static string containing the security.txt file.