Skip to content
Snippets Groups Projects
Select Git revision
  • 03193931964bc87be2cbcb85ce6e3ed5071fdb4b
  • master default
  • feature/typescript-wrappers
  • develop
  • feature/neon-wrapper
  • v0.1.5
  • v0.1.4
  • v0.1.3
  • v0.1.2
  • v0.1.1
10 results

build.rs

Blame
  • build.rs 144 B
    extern crate neon_build;
    
    fn main() {
        neon_build::setup(); // must be called in build.rs
    
        // add project-specific build logic here...
    }