r2pipe.rs icon indicating copy to clipboard operation
r2pipe.rs copied to clipboard

Do not expose any macro

Open radare opened this issue 7 years ago • 0 comments

imho its a bad practice to expose this macro, its not a common pattern in other rust crates and it is a bad idea to hide that logic in a macro name that is not corresponding to any api exposed.

i wuold probably prefer to have cmd! as an alias for cmd(format!, instead of having this open_pipe black magic

radare avatar Oct 15 '18 11:10 radare