matryoshka 0.1.0

Provides a unified API for both file system access and access to ZIP archives.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[dependencies.thiserror]
version = "1.0.22"

[dependencies.zip]
version = "0.5.8"

[package]
authors = ["2xsaiko <git@dblsaiko.net>"]
categories = ["filesystem"]
description = "Provides a unified API for both file system access and access to ZIP archives."
edition = "2018"
keywords = ["zip", "archive", "filesystem"]
license = "MIT"
name = "matryoshka"
repository = "https://github.com/2xsaiko/mcrestool"
version = "0.1.0"