rust-code-analysis 0.0.18

Tool to compute and export code metrics
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
============================
Rule sets
============================

#some-id {
  some-property: 5px;
}

---

(stylesheet
  (rule_set
    (selectors (id_selector (id_name)))
    (block
      (declaration (property_name) (integer_value (unit))))))