include-file 1.0.0

Include sections of files into Rust source code
Documentation
{
  "version": "0.2",
  "language": "en",
  "useGitignore": true,
  "ignorePaths": [
    ".cspell.json",
    ".devcontainer/",
    ".github/workflows/",
    ".vscode/",
    "rust-toolchain.toml"
  ],
  "words": [
    "adoc",
    "clippy",
    "docsrs",
    "doctest",
    "mkdn",
    "newformat",
    "nocapture",
    "repr",
    "rustc",
    "rustlang",
    "rustup"
  ],
  "dictionaryDefinitions": [
    {
      "name": "crates",
      "words": [
        "syn"
      ]
    }
  ],
  "overrides": [
    {
      "filename": "Cargo.toml",
      "dictionaries": [
        "crates"
      ],
      "words": [
        "cfgs"
      ]
    },
    {
      "filename": "**/*.md",
      "dictionaries": [
        "crates",
        "rust"
      ]
    },
    {
      "filename": "**/*.rs",
      "dictionaries": [
        "crates"
      ]
    }
  ]
}