index
:
~aehlig/just-buildsystem/rules-rust.git
master
Rust rules for the just build system
Klaus Aehlig
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
build-script
/
foo.rs
blob: c2dca081c5d19144f850a083e3fd92fe01761d1f (
plain
)
1
2
3
4
5
6
extern crate bar; pub fn hello(){ bar::hello(); println!("hello foo"); }