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
/
rust-from-c
/
foo
/
bar.rs
blob: 61e68f4bb724b7e05b55fd369f14501464ce8612 (
plain
)
1
2
3
pub fn bar(x: i32) -> i32 { return x.abs(); }