simplematch 0.3.1

Fast wildcard pattern matching for strings and bytes with a simple api
Documentation
{
  "language": "en",
  "dictionaries": ["custom"],
  "dictionaryDefinitions": [
    {
      "name": "custom",
      "path": "./.dicts/custom.txt",
      "addWords": true
    }
  ],
  "readonly": true,
  "enableGlobDot": true,
  "useGitignore": true,
  "ignorePaths": [
    "**/.git/",
    "**/.gitignore",
    "**/benchmarks/fixtures/",
    "**/Cargo.lock",
    "*.stderr",
    "*.stdout",
    "expected_stdout*",
    "expected_stderr*",
    "**/*.svg"
  ]
}