1
2
3
4
5
6
7
8
9
10
#![cfg_attr(docsrs, feature(doc_cfg))]
#![doc = include_str!("../README.md")]

use melodium_macro::mel_package;

pub mod dir;
pub mod file;
pub mod path;

mel_package!();