libpna 0.33.0

PNA(Portable-Network-Archive) decoding and encoding library
Documentation
1
2
3
4
5
6
7
8
9
10
//! PNA Prelude.
//!
//! The purpose of this module is to alleviate imports of many common PNA traits
//! by adding a glob import to modules:
//!
//! ```rust
//! # #![allow(unused_imports)]
//! use libpna::prelude::*;
//! ```
pub use crate::{Chunk, Entry, ext::time::*};