Crate linguist_build

source ·

Structs

  • The Config is used to configure the build process. It can be used to specify the output path and the definitions to be generated.
  • A Definition is used to specify the name, Location, and the Kind of an artifact to generate. The Location can either be a URL or a Path. The Kind specifies the type of artifact to generate, e.g., Languages, Heuristics, Vendors, or Documentation.

Enums

  • Kind is used to specify the type of artifact to generate, e.g., Languages, Heuristics, Vendors, or Documentation.
  • Location is used to specify the path to the respective Definition.

Statics