> For the bindings itself stop using macros
I like to say that macros should be used for syntax sugar only. I've seen cases in Rust and also Nim crypto folk that are trying to derive numbers in there and making their builds slow because its trying to compute prime numbers and the compiler stopped caching modules somewhen versions ago.
