attribute-dsl 0.2.0

Shared parser helpers for Rust attribute DSLs built from paths and dot-call chains.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
codecov:
  require_ci_to_pass: true

component_management:
  individual_components:
    - component_id: attribute-dsl
      name: "attribute-dsl"
      paths:
        - src/**

coverage:
  precision: 2
  round: down
  range: "90...100"