What you can’t do in Rust (and what to do instead)

Transposing other language paradigms to Rust often reveals unforeseen issues. Here are some limitations of Rust and how to work around them. Read more

Similar

Build CKB Contract with Rust, Part1

Edited at 2020-01-06 Remove the linker script section since I found its unnecessary to customize linker Refactor the main function interface AFAIK, the most popular contracts that deployed on CKB is writing in C. There are 3 default contracts in the g... (more…)

Read more »