aboutsummaryrefslogtreecommitdiff
path: root/crates/nres/Cargo.toml
Commit message (Collapse)AuthorAgeFilesLines
* fix(deps): update all digest updatesrenovate[bot]16 hours1-1/+1
|
* feat: добавить поддержку атомарной замены ↵Valentin Popov18 hours1-0/+3
| | | | файлов для Windows и тесты на максимальную длину имени
* feat: добавить библиотеку common с ресурсами и ↵Valentin Popov2 days1-0/+1
| | | | буферами вывода; обновить зависимости в nres и rsli
* feat: add initial implementation of rsli crateValentin Popov3 days1-0/+6
- Created Cargo.toml for the rsli crate with flate2 dependency. - Implemented ResourceData enum for handling borrowed and owned byte slices. - Added OutputBuffer trait and its Vec<u8> implementation for writing data. - Defined a comprehensive Error enum for error handling in the library. - Developed the Library struct to manage resource entries and provide methods for loading and unpacking resources. - Implemented various packing methods and decompression algorithms, including LZSS and Deflate. - Added tests for validating the functionality of the rsli library against sample data.