Hi Roman,
Nice to see your interest in Rust on Genode! I finally got around
looking into your experiments with Rocket.
I'm afraid there is no easy hotfix for your specific use case. I got
around your specific error by adding both Mio flags to cargo.tcl:
lappend rustflags --cfg mio_unsupport
Hello Genodians
Benjamin Lamowskis great article "A first complex Rust package" [1] and the
attention Rust on Genode received recently on this mailing list motivated me to explore
the latest achievements regarding Goa and Rust myself :)
I went straight down experimenting with Rocket, a web fra