//! PNA Prelude.
//!//! The purpose of this module is to alleviate imports of many common PNA traits
//! by adding a glob import to modules:
//!//! ```
//! # #![allow(unused_imports)]
//! use pna::prelude::*;
//! ```
pubusecrate::ext::{
ArchiveFsExt, EntryBuilderExt, EntryFsExt, MetadataFsExt, MetadataPathExt, MetadataTimeExt,
SystemTimeDurationExt, SystemTimeOutOfRange,};pubuselibpna::prelude::*;