6 releases (3 breaking)
0.7.0 | Jul 21, 2020 |
---|---|
0.5.1 | Jun 7, 2020 |
0.4.0 | Jun 1, 2020 |
0.3.2 | May 28, 2020 |
#11 in #overload
12KB
257 lines
The build portion of the overrider
crate. You're probably loooking for that one.
lib.rs
:
overrider_build
is the sister crate to overrider
, providing the build-time
bridge to allow intelligent conditional compilation.
Build example
overrider_build
operates on the watch_files
function:
fn main() {
overrider_build::watch_files(vec!["src/main.rs"]);
}
Dependencies
~1.5MB
~35K SLoC