https://github.com/ymelois/lotus-lib
Rust library for Warframe cache files
https://github.com/ymelois/lotus-lib
cache decompression linux rust warframe
Last synced: about 2 months ago
JSON representation
Rust library for Warframe cache files
- Host: GitHub
- URL: https://github.com/ymelois/lotus-lib
- Owner: ymelois
- License: mit
- Created: 2023-01-24T21:23:56.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2025-01-06T08:58:50.000Z (over 1 year ago)
- Last Synced: 2026-04-28T15:42:43.522Z (about 2 months ago)
- Topics: cache, decompression, linux, rust, warframe
- Language: Rust
- Homepage: https://crates.io/crates/lotus-lib
- Size: 125 KB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# lotus-lib
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.
## Dependencies
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
## Credits
This library is based on the work of [LotusLib](https://github.com/Puxtril/LotusLib)
by [Puxtril](https://github.com/Puxtril). The original library is written in C++.