Major feature release: better for concurrency, explicit logging, elapsed time tracking
This release helps with:
- using with concurrency via multi-runtime setups: runtime-global prefix, automated runtime parameter generation (but passing still manual)
- using
ppx_minidebug
as a logging framework: explicit logging within a debug scope with%log
- navigating folded logs: elapsed times for log subtrees
- a couple bugs fixed.