lotus-lib 4.0.1

A library for reading data from Warframe's files stored in the Cache.Windows folder
Documentation
[dependencies.anyhow]
version = "1.0.69"

[dependencies.arctree]
version = "0.1.0"

[dependencies.derivative]
version = "2.2.0"

[dependencies.log]
version = "0.4.17"

[dependencies.lz4_flex]
version = "0.9.5"

[dependencies.oodle-safe]
version = "0.1"

[dependencies.zerocopy]
features = ["derive"]
version = "0.7.32"

[features]
internal = ["post_ensmallening", "pre_ensmallening"]
post_ensmallening = []
pre_ensmallening = []
[lints.rust]
missing_docs = "warn"
unsafe_code = "forbid"

[package]
authors = ["Youn Mélois <youn@melois.dev>"]
categories = ["encoding", "filesystem", "parsing"]
description = "A library for reading data from Warframe's files stored in the Cache.Windows folder"
edition = "2021"
exclude = [".*"]
homepage = "https://github.com/sehnryr/lotus-lib"
keywords = ["warframe", "cache", "decompression"]
license = "MIT"
name = "lotus-lib"
readme = "README.md"
repository = "https://github.com/sehnryr/lotus-lib"
version = "4.0.1"