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

#5 in #overload

Download history 12/week @ 2022-11-11 14/week @ 2022-11-18 4/week @ 2022-11-25 4/week @ 2022-12-02 8/week @ 2022-12-09 9/week @ 2022-12-16 7/week @ 2022-12-23 3/week @ 2022-12-30 4/week @ 2023-01-06 1/week @ 2023-01-13 4/week @ 2023-01-20 11/week @ 2023-01-27 10/week @ 2023-02-03 29/week @ 2023-02-10 28/week @ 2023-02-17 2/week @ 2023-02-24

69 downloads per month

GPL-2.0+

11KB
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

~225–600KB
~14K SLoC