pbf 1.0.0

Mininmal protobuffer module; Build your own glue.
Documentation
{
  "entryPoints": ["src/index.ts"], // Adjust to your main TypeScript file(s)
  "plugin": [
    // https://github.com/Gerrit0/typedoc-plugin-coverage
    "typedoc-plugin-coverage"
  ],
  "out": "docs",
  "includeVersion": true,
  "excludePrivate": true,
  "excludeProtected": true,
  "excludeExternals": true,
  "excludeNotDocumented": true,
  "hideGenerator": true,
  "disableSources": true,
  "coverageOutputPath": "assets/doc-coverage.svg",
  "highlightLanguages": [
    "typescript",
    "rust",
    "csv",
    "json",
    "toml",
    "bash",
    "html",
    "css",
    "markdown",
    "yaml"
  ]
}