Easier onboarding of projects that have custom header file? #430
Labels
D-Hard
A task that takes serveral days to complete
enhancement
New feature or request
help wanted
Extra attention is needed
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
orinclude/*.h
), and instruct user to add appropriate bits toCargo.toml
?The text was updated successfully, but these errors were encountered: