index
:
tilpner/includedir
master
[no description]
Gitolite user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
examples
/
foo
/
build.rs
blob: 08c0a34a56fc3e08624fb3a73e6399ba173d1fa0 (
plain
)
1
2
3
4
5
extern crate
includedir
;
fn
main
() {
includedir
::
build
(
"data"
).
unwrap
();
}