Macro toml
macro_rules! toml {
($($toml:tt)+) => { ... };
}
Construct a Table from TOML syntax.
let cargo_toml = toml! ;
println!;
tomlmacro_rules! toml {
($($toml:tt)+) => { ... };
}
Construct a Table from TOML syntax.
let cargo_toml = toml! ;
println!;