either-or-both 0.3.1

The enums EitherOrBoth with the three variants Left, Right, Both and Either with the Left and Right variants
Documentation
{
  "language": "en",
  "dictionaries": ["custom"],
  "dictionaryDefinitions": [
    {
      "name": "custom",
      "path": "./.dicts/custom.txt",
      "addWords": true
    }
  ],
  "readonly": true,
  "enableGlobDot": true,
  "useGitignore": true,
  "ignorePaths": [
    "**/.git/",
    "**/.gitignore",
    "**/tests/fixtures/",
    "**/Cargo.lock",
    "*.stderr",
    "*.stdout",
    "expected_stdout*",
    "expected_stderr*",
    "**/*.svg"
  ]
}