Macro source_format

Source
macro_rules! source_format {
    ($name:ident[$($ft:literal),+] [$($tgt:expr)=>*] @ $desc:literal = $deps:expr) => { ... };
}