Function shadow_rs::new

source ·
pub fn new() -> SdResult<()>
Expand description

Generates build information for the current project. This function must be called from build.rs.

§Example

// build.rs

fn main() -> shadow_rs::SdResult<()> {
   shadow_rs::new()
}