lotus-lib 1.0.2

A library for reading data from Warframe's files stored in the Cache.Windows folder
Documentation
1
2
3
4
5
6
7
8
9
10
# 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.

## 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++.