Let’s implement an immutable, singly-linked list. Singly-linked means that each node contains a reference to the next node, but not vice versa. To make this data structure really performant, let’s use plain references instead of heap-allocated types. This... (more…)
Read more »
Symbolic execution of LLVM IR with an engine written in Rust - PLSysSec/haybale... (more…)
Read more »
Cross building Rust code with Nix in one click. Contribute to syncom/rust-cross-build-nix development by creating an account on GitHub. (more…)
Read more »
Blazing-fast blockchain event indexer, powered by Rust. Data from the blockchain to your database. - bilinearlabs/quixote... (more…)
Read more »