bt-rs 0.0.2

Build tools, for Rust
Documentation
1
2
3
4
5
6
7
8
// mod.rs : src/rustc

use crate::macros::declare_and_publish;

declare_and_publish!(version, compiler_version);


// ///////////////////////////// end of file //////////////////////////// //