Skip to content

feat!: extend TupleBuilder with small-allocated tuples

Summary

BREAKING CHANGE!: some method signatures in TupleBuilder have changed.

Previously, TupleBuilder was used to create rust-allocated tuples. Now, it can also be used to create small-allocated tuples with a preallocated buffer for writing msgpack. This requires the small_tuple_prepare_buffer_ext symbol to be exported in tarantool fork.

Depends on: tarantool!239 (closed)

Ensure that

  • New code is covered by tests
  • API is documented
  • Changelog is up to date
  • Version is bumped in the appropriate Cargo.toml files
Edited by Denis Smirnov

Merge request reports

Loading