Expand description
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