sephera_core 0.2.0

Shared analysis engine behind the Sephera CLI for LOC metrics and context building.
Documentation

sephera_core

sephera_core is the shared analysis engine behind the Sephera CLI.

It provides the core logic for:

  • repository traversal
  • ignore matching
  • language lookup
  • LOC scanning
  • deterministic context pack construction

Most users should install the CLI instead:

cargo install sephera

Use this crate directly if you specifically want to build custom tooling on top of Sephera's analysis primitives.