radareorg / r2pipe.rs

Rust crate for r2pipe
Other
45 stars 19 forks source link

Do not expose any macro #32

Open radare opened 5 years ago

radare commented 5 years ago

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