opencc-rs 0.4.10

OpenCC bindings for Rust
Documentation
const Configuration = {
  extends: ["@commitlint/config-angular"],
  rules: {
    "type-enum": [
      2,
      "always",
      [
        "feat",
        "fix",
        "docs",
        "style",
        "refactor",
        "perf",
        "test",
        "chore",
        "revert",
      ],
    ],
  },
};

module.exports = Configuration;