Rust’s central feature is ownership. Although the feature is straightforward
to explain, it has deep implications for the rest of the language. (more…)
Read more »
This article introduces the ckb-contract-std library; and shows how to rewrite our minimal contract with ckb-contract-std, to enables syscalls and Vec, String. The previous contract: #![no_std] #![no_main] #![feature(asm)] #![feature(lang_items)] #[no_... (more…)
Read more »
Firewall Rules lets customers filter the traffic hitting their site, powered by our Wirefilter engine. We’re excited to share some in-depth optimizations we have recently made to improve the performance of our edge. (more…)
Read more »
Last year, I rewrote Enjarify in Go and Rust in order to learn more about the languages and compare the difficulty, verbosity, performance…...
Read more »