Code source du site TeacherCorner.lamdera.app, contenant une suite d'outils permettant d'automatiser la production de documents pédagogiques.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Optimal Sup-Spé 5307a5f0ae Vers Lamdera 3 years ago
..
.github/workflows Vers Lamdera 3 years ago
examples Vers Lamdera 3 years ago
review Vers Lamdera 3 years ago
src Vers Lamdera 3 years ago
tests/Tests Vers Lamdera 3 years ago
.gitignore Vers Lamdera 3 years ago
LICENSE Vers Lamdera 3 years ago
README.md Vers Lamdera 3 years ago
docs.json Vers Lamdera 3 years ago
elm.json Vers Lamdera 3 years ago
package-lock.json Vers Lamdera 3 years ago
package.json Vers Lamdera 3 years ago

README.md

elm-zip

Read and write ZIP archives using pure Elm.

See the Zip module documentation to learn how to use it.

You can also check out an example app that can open an archive and extract files from it.

Performance

These are the early days of this library and I'm mostly using it to work with fairly small archives.

If you find bottlenecks please create an issue that describes your use-case and -whenever possible- provides test files.

Acknowledgements

Thanks to folkertdev for writing elm-flate.

This would've taken considerably longer if I had to write the compression algorithm too

--

Agus Zubiaga - 2021