pdg-rs 0.1.3

Programmatic access to the Particle Data Group's database with Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
{
  "$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
  "include-v-in-tag": true,
  "bump-minor-pre-major": true,
  "bump-patch-for-minor-pre-major": true,
  "plugins": [{ "type": "sentence-case" }],
  "packages": {
    ".": {
      "release-type": "rust"
    }
  }
}