dyn-inventory 0.1.1

proc macro for building runtime plugin registries using dyn-compatible traits and the inventory crate.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
version: "3"

tasks:
  readme:
    cmds:
      - python scripts/readme.py
      - cargo +nightly fmt
      - cargo test --doc

  clippy:
    cmd: cargo clippy

  pre-commit:
    cmds:
      - task: readme
      - task: clippy