Open
Description
Many editors and IDEs work better on C code when provided with a compilation database (compile_commands.json
) because it tells the editor where to look for include files, the values of defines, etc.. Here are tools to generate compilation databases when using Make or cmake to build a C code base. For projects where the C code is embedded a Rust project and built with this crate, it would be helpful to be able to get a compilation database.
Metadata
Metadata
Assignees
Labels
No labels