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 »
A drop-in, 5-20x faster, experimental Homebrew alternative - lucasgelfond/zerobrew... (more…)
Read more »
:crab: Small exercises to get you used to reading and writing Rust code! - GitHub - rust-lang/rustlings: Small exercises to get you used to reading and writing Rust code! (more…)
Read more »
Comparison of Rust async and Linux thread context switch time. - jimblandy/context-switch... (more…)
Read more »
(Rust) repl. Contribute to kurtlawrence/papyrus development by creating an account on GitHub. (more…)
Read more »