Hacker News new | ask | show | jobs
by mintflow 434 days ago
Recently I have built a iOS network extension by porting fd.io vpp to Darwin platform, though the UI part is written by SwiftUI. But the core is written using good old C and dns component is written using rust with hickory library, I was considering using c-ares but wanna get a try with rust.

So I think if UI stuffs can be written using C it then can build app using pure C.