zippy-core 0.0.0

an async-first virtual file store with an accompanying Tauri plugin
Documentation
1
2
3
4
5
6
7
//! 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)]