pub fn parse_refactor_plan(
bytes: &[u8],
limits: RefactorPlanLimits,
) -> Result<RefactorPlan, PlanError>Expand description
Parses, duplicate-checks, bounds, and validates one refactor-plan document.
pub fn parse_refactor_plan(
bytes: &[u8],
limits: RefactorPlanLimits,
) -> Result<RefactorPlan, PlanError>Parses, duplicate-checks, bounds, and validates one refactor-plan document.