Currently the main documentation (in the root module) is using the macros run!, run_output! and run_result!. It mentions the Input::run... methods under a section called Alternative Interface. We could switch that and have the Input::run... methods be the main interface in the documentation. I'm not sure whether that'd be better though. Any opinions?
Currently the main documentation (in the root module) is using the macros
run!
,run_output!
andrun_result!
. It mentions theInput::run...
methods under a section calledAlternative Interface
. We could switch that and have theInput::run...
methods be the main interface in the documentation. I'm not sure whether that'd be better though. Any opinions?