//! this is the zippy core crate, mainly for use in [`tauri-plugin-zippy`](https://docs.rs/tauri-plugin-zippy). It is empty for now, but once I find the time I'll fill it in.
#![warn(missing_debug_implementations)]#![warn(missing_copy_implementations)]#![warn(missing_docs)]#![deny(clippy::all)]#![deny(clippy::pedantic)]