[][src]Type Definition json_compilation_db::Entries

type Entries = Vec<Entry>;

Represents the content of the compilation database.

A compilation database is a JSON file, which consist of an array of “command objects”, where each command object specifies one way a translation unit is compiled in the project.