Rust Articles, Tutorials & News

Writing an LLVM back end for the Move language in Rust

Since December I and others have been working on a port of the Move programming language to LLVM. This work is sponsored by Solana, with the goal of running Move on Solana and its rbpf VM; though ultimately the work should be portable to other targets sup…

Read more »

Bioinformatics with Rust

This library provides implementations of many algorithms and data structures that are useful for bioinformatics. All provided implementations are rigorously tested via continuous integration. – Git…

Read more »