Open
Description
cargo-c by default wants to generate a header using cbindgen. The note about generate = false
in the readme is easy to overlook.
Could cargo-c be smart about this, and try to detect presence of a hand-made header (*.h
or include/*.h
), and instruct user to add appropriate bits to Cargo.toml
?
Activity