macro_rules! static_files {
    ($($field:ident => $file_path:literal,)+) => { ... };
}