tinyzip 0.4.0

Low level ZIP file parsing and navigation
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
disallowed-types = [
  "alloc::boxed::Box",
  "alloc::borrow::Cow",
  "alloc::collections::BTreeMap",
  "alloc::collections::BTreeSet",
  "alloc::string::String",
  "alloc::vec::Vec",
  "core::alloc::Layout",
  "core::alloc::LayoutError",
  "std::boxed::Box",
  "std::borrow::Cow",
  "std::collections::BTreeMap",
  "std::collections::BTreeSet",
  "std::string::String",
  "std::vec::Vec",
]