| Crates.io | lotus-lib |
| lib.rs | lotus-lib |
| version | 4.0.2 |
| created_at | 2023-01-28 18:00:53.448132+00 |
| updated_at | 2025-01-06 08:57:56.168358+00 |
| description | A library for reading data from Warframe's files stored in the Cache.Windows folder |
| homepage | https://github.com/sehnryr/lotus-lib |
| repository | https://github.com/sehnryr/lotus-lib |
| max_upload_size | |
| id | 770489 |
| size | 37,260 |
This is a Rust library for reading data from Warframe's files stored in the
Cache.Windows folder. Data stored in these cache files contains compressed
data in a directory-like structure.
This library depends on oodle-sys which is a wrapper around
liboo2corelinux64.so which in turn needs to be installed on your system.
You can get it by following the instructions here:
https://github.com/sehnryr/get-oodle-lib
This library is based on the work of LotusLib by Puxtril. The original library is written in C++.