Alternative system programs written in rust

Hi I want to replace some C programs in lede/openwrt with rust for testing. The idea doing this is just a PoC. :slight_smile: (I do not mean simple cross compiling but replacing system programs in the system) Therefor it would be nice to know what is already written. Like a rust terminal editor, webserver, ssh server... If possible of course without std as dependency to keep it as small as possible as a normal router has around 2-8MB space. (I will strip of course and use optimizing when building).

1 Like