This is my first Gleam library π: https://github.com/richard-viney/iso_8859
It decodes ISO/IEC 8859 text content to a native Gleam string. When targeting JavaScript it falls back to the built-in TextDecoder which is faster.
It's fairly small/niche. I've got a much larger library in the works and decided to extract this small part of it as a trial run for actually publishing something!
Any feedback on it would be gratefully received.