Cargo Features

reaper-low has no features set by default.

[dependencies]
reaper-low = { version = "0.1.0", features = ["generate"] }
generate = bindgen, proc-macro2, quote, syn

Regenerates bindings.rs from C++ header files and right after that reaper.rs from bindings.rs

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

bindgen build generate?

Enables bindgen ^0.52.0

quote build generate?
syn build generate?

Enables syn ^1.0.14

proc-macro2 build generate?