Incorporate clvm_tools_rs' compiler in the 'run' personality
20220616 run in rust (#89)
* Run with stage 2 (the 'chialisp' everyone uses) now invokes rust's launch_tool which emulates run. run -s0 does the same thing as brun, so porting it isn't as important (it just runs clvm) and -s1 runs clvm, but adds a 'bind' primitive that never appeared in mainline chialisp.
* Ensure that we pass through --help to the rust code
* Streamline change to clvm_tools_rs' run by deprecating stage_1
* Restore formatting
* Bump after bug fixes