Skip to main content

Crate tokmd_sensor

Crate tokmd_sensor 

Source
Expand description

§tokmd-sensor

Tier 1 (Sensor Contract)

Defines the EffortlessSensor trait and provides the substrate builder that runs the tokei scan + git diff once.

§What belongs here

  • EffortlessSensor trait
  • build_substrate() function

§What does NOT belong here

  • Sensor implementations (those go in their respective crates)
  • CLI parsing

Modules§

substrate_builder
Substrate builder: runs a tokei scan once and builds a RepoSubstrate.

Traits§

EffortlessSensor
Trait for effortless code quality sensors.