Categorygithub.com/wii-tools/arclib
repositorypackage
1.1.0
Repository: https://github.com/wii-tools/arclib.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# README

arclib

A library to read and write U8 archives.

Documentation

License

arclib is released under the MIT License, read here for more information.

Q&A

This library is an absolute mess.

Thanks!

Why does this library not utilize fs.FS?

Unfortunately, the fs.FS package only provides read-only functions. There are no write capabilities, making it unfortunately unsuitable. Implementing read-only and custom write feels hacky. In the future, it would be highly preferable to migrate this library to utilize its interface.