moderror;modptr;pubuseerror::*;pubuseptr::*;/// Archive utilities for plugin packaging.
////// This module provides functions for compressing and extracting plugin bundles
/// using ZIP archives. It requires the `archive` feature to be enabled.
#[cfg(feature ="archive")]pubmodarchive;