1
2
3
4
5
6
//! Core functionality
//!
//! Main features and skeleton types

pub mod ebuild;
pub mod package;