Crate tarantool_proc

Source

Attribute Macros§

stored_proc
Create a tarantool stored procedure.
test
Mark a function as a test.

Derive Macros§

Decode
Macro to automatically derive tarantool::msgpack::Decode Deriving this trait will allow decoding this struct from msgpack format. It is meant as a replacement for serde + rmp_serde allowing us to customize it for tarantool case and hopefully also decreasing compile-time due to its simplicity.
Encode
Macro to automatically derive tarantool::msgpack::Encode Deriving this trait will make this struct encodable into msgpack format. It is meant as a replacement for serde + rmp_serde allowing us to customize it for tarantool case and hopefully also decreasing compile-time due to its simplicity.