Expand description
pr_package.rs — Backwards compatibility re-exports for PRPackage → DraftPackage rename.
This module re-exports all types from draft_package to maintain backwards compatibility during the terminology transition (v0.2.4).
Re-exports§
pub use crate::draft_package::DraftPackage as PRPackage;pub use crate::draft_package::DraftStatus as PRStatus;pub use crate::draft_package::*;