rustlol

Crates.iorustlol
lib.rsrustlol
version0.1.1
created_at2025-07-27 07:55:47.646246+00
updated_at2025-08-07 10:45:41.300615+00
descriptionA wad files lib
homepage
repositoryhttps://github.com/qwbpro/rustlol.git
max_upload_size
id1769811
size129,840
(emptyqwb)

documentation

README

github crates.io docs.rs

Wad lib

the lib can extract or make wad version 3.4 It is a micro reconstruction of cslol https://github.com/LeagueToolkit/cslol-manager

Prerequisites

Build Instructions

  1. Clone this repository:
git clone https://github.com/qwbpro/rustlol.git
cd rustlol
cargo test

How to use

 cargo add rustlol 
    use rustlol::extract_wad;
    use rustlol::make_wad;

    fn main() -> std::result::Result<(), Error>{
        // if hash  path is null hash path = ./
        // dst path is null dst path = ./
        extract_wad("a wad file path", "hash path", "dst path")?
    } 

MORE

see https://docs.rs/

Commit count: 0

cargo fmt