Rust cross-compiling examples repo, vulkano, rocket.rs

I just create a repo to show how to cross-compile Rust app to ARM platform (RK3288
Including three examples:

hello_world with only println!,
hello_rocket with hello world example inside Rocket.rs
hello_vulkan with Vulkano using fbdev

Hope they are helpful!

3 Likes