siwu's blog
Tags
∾
LinkedIn
Github
Integrating Rust Libraries in Android
November 22, 2021
#
rust
#
Android
This article introduces how to integrate a Rust library into an Android project.
…
Building CRUD with Rust
July 09, 2020
#
rust
#
crud
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
…