siwu's blog

    Integrating Rust Libraries in Android

    This article introduces how to integrate a Rust library into an Android project.

    Building CRUD with Rust

    This is the first article in the Rust series. While Rust is known for its high performance, for simple CRUD we usually prefer Spring Boot or Go. But it's not impossible with Rust either. Code available at: https://github.com/gaxxx/rust-crud