pagetop/src/core/package.rs

4 lines
85 B
Rust

mod definition;
pub use definition::{PackageRef, PackageTrait};
pub(crate) mod all;