Rust’s Type System Is Turing-Complete: Type-Level Programming in Rust

(N.B. The world “fuck” appears multiple times in this post. I recommend that… 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 »

Rust Programs Written in Rust

mustang is a system for writing Rust programs entirely in Rust, meaning they don't use libc, crt1.o, or any C code. It's experimental, but it's complete enough to run a std-using Hello World and other simple programs on Linux on x86-64, x86, and aarch64. (more…)

Read more »