metadata-gen 0.0.3

A powerful Rust library for extracting, validating, and processing metadata in YAML, TOML, and JSON formats from any content or data file.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
documentation:
  - changed-files:
      - any-glob-to-any-file: ['**/*.md', 'docs/**']
rust:
  - changed-files:
      - any-glob-to-any-file: ['**/*.rs', 'Cargo.toml', 'Cargo.lock']
ci:
  - changed-files:
      - any-glob-to-any-file: ['.github/workflows/**']
tests:
  - changed-files:
      - any-glob-to-any-file: ['**/tests/**', '**/*_test.rs']
dependencies:
  - changed-files:
      - any-glob-to-any-file: ['Cargo.lock']