ockam
ockam copied to clipboard
feat(rust): add `dyn_info` for dynamic output with `ockam node create…
WIP Fix #3177
~~This is really rough, improvements I can think of:~~
~~- have enums for Type
and Address
being dependent on it.~~
~~- use String::with_capacity()
to reduce reallocations.~~
~~- add more options (if any)~~
- Is the current approach alright, or is it too manual?
- Is there a better way to format without using
\t
and\n
? - Should I separate
serivce
intoservice_brief
andservice_verbose
, to reduceNone
usage?
I'm sure there are many more improvements that can be made, please provide your recommendations.