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
10
mod cargo_meta;
mod context;
mod feature_boundary;
mod module_layout;
mod shape;
mod type_footprint;

pub use cargo_meta::{CargoDependency, CargoMetadata, CargoPackage};
pub use context::{ProjectContext, check_project};
pub use shape::{FileShape, InherentImplSite, TypeDefSite, project_shape};