5 lines
125 B
Rust
5 lines
125 B
Rust
#![allow(dead_code)]
|
|
|
|
// Include the file generated by the build.rs script
|
|
include!(concat!(env!("OUT_DIR"), "/halton.rs"));
|