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
842f4a85693b418af81560738aa3136ac500d9b1
fparkan/crates/nres/Cargo.toml

8 lines
107 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" }
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