/// Prepares the build environment to enable the `brec::generate!()` macro.
///
/// This function should be called from your `build.rs` script as follows:
///
/// ```rust
/// brec::build_setup();
/// ```
///
/// Calling this ensures that the required code generation step is executed during
/// the build process, allowing the `brec::generate!()` macro to function properly.