Skip to content

feature(decimal): make `decimal!` macro usable in multiple crates

Denis Smirnov requested to merge macro into master

At the moment it is impossible to use decimal! macro outside of the tarantool crate (but I would like to 😄 ). Simple fix with a $crate variable seems to be a solution for this problem.

Edited by Denis Smirnov

Merge request reports