Deep learning at the speed of light. Contribute to jafioti/luminal development by creating an account on GitHub. (more…)
Read more »
Lately I've been seeing lots of anecdotes from people trying to get into Rust
who get really hung up on strings (&str, String, and their relationship).
Beyond Rust's usual challenges around ownership, there can be an added layer of
frustration because... (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 »
Good morning! It is still 2020, and the world is literally on fire , so I guess we could all use a distraction. This article continues the tradition of me getting shamelessly
n... (more…)
Read more »
This is the third entry in a series on implementing collections in the Rust programming language. The full list of entries can be found here. (more…)
Read more »