Logo
Explore Help
Register Sign In
valentineus/fparkan
1
Fork 0
You've already forked fparkan
Code Issues Pull Requests 2 Actions Releases Activity
Files
92818ce0c45d8d96e08efe1002efbd4c08117674
fparkan/crates/nres/Cargo.toml

11 lines
221 B
TOML
Raw Normal View History

feat: add initial implementation of rsli crate - 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.
2026-02-09 22:58:16 +00:00
[package]
name = "nres"
version = "0.1.0"
edition = "2021"
[dependencies]
feat: добавить библиотеку common с ресурсами и буферами вывода; обновить зависимости в nres и rsli
2026-02-10 08:26:49 +00:00
common = { path = "../common" }
feat: добавить поддержку атомарной замены файлов для Windows и тесты на максимальную длину имени
2026-02-11 22:00:46 +00:00
[target.'cfg(windows)'.dependencies]
windows-sys = { version = "0.59", features = ["Win32_Storage_FileSystem"] }
Reference in New Issue Copy Permalink
Powered by Gitea
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses