pedant-core 0.20.2

Analysis engine for pedant: IR extraction, style checks, and capability detection
Documentation
1
2
3
4
5
6
7
8
9
//! Manifest traversal that turns a repository root into a project index.

mod dependency;
mod entry;
mod graph;
mod package;
mod target;

pub(super) use graph::load_project;