An open API service indexing awesome lists of open source software.

https://github.com/giacomocavalieri/pq

🎢 Priority queues in Gleam
https://github.com/giacomocavalieri/pq

Last synced: 26 days ago
JSON representation

🎢 Priority queues in Gleam

Awesome Lists containing this project

README

        

# pq

[![Package Version](https://img.shields.io/hexpm/v/pq)](https://hex.pm/packages/pq)
[![Hex Docs](https://img.shields.io/badge/hex-docs-ffaff3)](https://hexdocs.pm/pq/)

## Quick start

```sh
gleam run # Run the project
gleam test # Run the tests
gleam shell # Run an Erlang shell
```

## Installation

If available on Hex this package can be added to your Gleam project:

```sh
gleam add pq
```

and its documentation can be found at .