Skip to content

Latest commit

History

10 Commits

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

libazo

crates.iodocs.rsCI

A decompression library for the AZO format.

let compressed = std::fs::read("data.azo")?;letmut out = Vec::new();let crc = libazo::extract_azo(&mut&compressed[..],&mut out, compressed.len()asu64,None,None)?;println!("{} bytes, crc {crc:08x}", out.len());

See the documentation for the full API.

Docs

https://github.com/alkegi/docs

Reference

About

No description, website, or topics provided.

Resources

Stars

2 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages