Crate rusty_cute_macros [] [src]

A crate with bunch of lazy macros

Macros

cmd

Macro to construct subprocess command

drop

Multiple-drop macro.

exec_silent_cmd

Macro to exectute subprocess silently.

is_dir

Macro to check if given path/string belongs to directory.

is_file

Macro to check if given path/string belongs to file.

trace

Trace macro like println

try_none

try! clone that returns None instead of Err