I've seen a nice pattern where, if a crate requires that you add something to your build.rs, rather than having to be walked through adding a number of lines you can simply call a function provided by the crate. I'd like to improve the build.rs with that here.