Skip to content

0.10.0

Compare
Choose a tag to compare
@mcatanzariti mcatanzariti released this 14 Mar 00:07
· 94 commits to main since this release

BRRAKING CHANGE: Refactored CommandArgs

  • IntoArgs trait has been renamed to ToArgs 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