Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fschwalbe/glearray
Immutable arrays for Gleam
https://github.com/fschwalbe/glearray
Last synced: 3 months ago
JSON representation
Immutable arrays for Gleam
- Host: GitHub
- URL: https://github.com/fschwalbe/glearray
- Owner: lunagl
- License: apache-2.0
- Created: 2023-12-11T14:32:00.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-19T15:58:03.000Z (7 months ago)
- Last Synced: 2024-05-19T16:50:48.783Z (7 months ago)
- Language: Gleam
- Homepage:
- Size: 36.1 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-gleam - glearray - [📚](https://hexdocs.pm/glearray/) - Immutable arrays for Gleam (Packages / Data Structures)
README
# glearray
[![Package Version](https://img.shields.io/hexpm/v/glearray)](https://hex.pm/packages/glearray)
[![Hex Docs](https://img.shields.io/badge/hex-docs-ffaff3)](https://hexdocs.pm/glearray/)A simple library that provides immutable arrays for Gleam.
Check out [the docs](https://hexdocs.pm/glearray/glearray.html) for more information.## Installation
Add `glearray` to your Gleam project:
```sh
gleam add glearray
```## Targets
This library supports both the Erlang and JavaScript targets.