For stability: can we make `Runtime` more hidden?
Right now our public types in arti-client
and elsewhere expose the Runtime
trait, which means that changes to Runtime
(eg in #707 or !390 (merged)) count as breaking changes to arti-client
.
What are our options for making the Runtime
trait less visible in arti-client
?