Add Rust demo
authorTom Vijlbrief <tvijlbrief@gmail.com>
Fri, 3 Jan 2020 09:34:21 +0000 (10:34 +0100)
committerAnton Blanchard <anton@ozlabs.org>
Thu, 16 Apr 2020 07:16:37 +0000 (17:16 +1000)
commitae55f5efbd2a57e591a2de31d068a9a974fbe770
treeb35a9d7b16b7de2d6b1d64ef669f5f872169f8a6
parentd511e088d2f11743a574f2fa4e5f9ca21dcf8e91
Add Rust demo

Signed-off-by: Tom Vijlbrief <tvijlbrief@gmail.com>
rust_lib_demo/.cargo/config [new file with mode: 0644]
rust_lib_demo/Cargo.toml [new file with mode: 0644]
rust_lib_demo/Makefile [new file with mode: 0644]
rust_lib_demo/README.md [new file with mode: 0644]
rust_lib_demo/Xargo.toml [new file with mode: 0644]
rust_lib_demo/bin2hex.py [new file with mode: 0755]
rust_lib_demo/head.S [new file with mode: 0644]
rust_lib_demo/hello_world.c [new file with mode: 0644]
rust_lib_demo/powerpc.lds [new file with mode: 0644]
rust_lib_demo/src/lib.rs [new file with mode: 0644]