0.10.0
BRRAKING CHANGE: Refactored CommandArgs
IntoArgs
trait has been renamed toToArgs
and does not consume the rust input type anymore (takes a reference instead)CommandArgs
is now a buffer where args are serialized on the fly.CommandArg
type has been removed.- internal
CommandEncoder
has been optimized in consequence