I have been playing with Rust on a pet project and when I wanted to namespace my code I got stuck for a while trying to figure out how to… (more…)
Read more »
F$&k the borrow checker, or “How I learned to stop worrying and love the compiler”. (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 »
The Tokio team is excited to announce the release of Tokio 0.3. This release functions as a Tokio 1.0 beta. API rough edges have been fixed. This release is an opportunity to validate the changes before stabilizing them as part of the 1.0 release. As most... (more…)
Read more »