Add credit to original library
Some checks are pending
test / test (push) Waiting to run

This commit is contained in:
Lily Rose 2025-08-09 18:51:03 +10:00
parent 683b75f65a
commit cf67f7b4ac

View file

@ -1,10 +1,13 @@
# infiniyield
Infinitely unfold values on-demand from a function.
Based on the [gleam_yielder](https://hexdocs.pm/gleam_yielder) library by [Louis Pilfold](https://github.com/lpil)
[![Package Version](https://img.shields.io/hexpm/v/infiniyield)](https://hex.pm/packages/infiniyield)
[![Hex Docs](https://img.shields.io/badge/hex-docs-ffaff3)](https://hexdocs.pm/infiniyield/)
The library allows you to operate on an infinite sequence of values, retrieving values from the sequence as required.
```sh
gleam add infiniyield@1
```