Rantanen / intercom

Object based cross-language FFI for Rust
MIT License
63 stars 7 forks source link

Add option to intercom-cli to avoid writes if output wouldn't change #91

Open Rantanen opened 5 years ago

Rantanen commented 5 years ago

Currently doing Linux builds will recompile the test lib each time as the headers get re-written even if they are not changing. We should add an option to the CLI tools to do a comparison between input and output and only write the files if they would actually change.