Skip to content

a bit of tidying up

Alexey Protsenko requested to merge tuple-tidying-up into master

A bunch of small changes:

  • add FunctionArgs::as_struct convenience function
  • remove From<Vec<u8>> for TupleBuffer
  • add impl From for Tuple <-> TupleBuffer
  • Tuple::as_buffer cannot return error
  • impl Debug for Tuple using rmpv::Value and others
  • fix tests not working if 3301 is occupied
Edited by Alexey Protsenko

Merge request reports