bt-rs 0.0.2

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

use crate::macros::declare_and_publish;

declare_and_publish!(tool_version, ToolVersion);
declare_and_publish!(version_error, VersionError);


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