xwrust/
cfg.rs

1
2
3
4
5
6
7
8
9
//! XWOS RUST:配置
//!
//! 此文件所包含的内容为build.rs自动生成。
//!
//! `OUT_DIR` 位于 `rustapp` 的 `crate` 内: `target/RUST_TARGET/PREFILE/build/xwrust-xxx/out`
//! ========
//!

include!(concat!(env!("OUT_DIR"), "/cfg.rs"));