Hacker News new | ask | show | jobs
by steveklabnik 2358 days ago
Cloudflare’s 1.1.1.1 app uses Rust, on both iOS and Android. (I work there but not on it.)
1 comments

Oh interesting. I wonder what the workflow actually is for that then.

I guess it’s not open source. :(

The app isn’t, but the rust bit is: https://github.com/cloudflare/boringtun

The workflow shouldn’t be anything too intense, you build a library, compile to the right arch, and treat it like any C library.