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

https://github.com/alexherbo2/fifo.cr

A Crystal library for using FIFOs
https://github.com/alexherbo2/fifo.cr

crystal library

Last synced: 12 months ago
JSON representation

A Crystal library for using FIFOs

Awesome Lists containing this project

README

          

# fifo.cr

fifo.cr is a [Crystal] library for using [FIFOs][FIFO].

[Crystal]: https://crystal-lang.org
[FIFO]: https://en.wikipedia.org/wiki/FIFO_(computing_and_electronics)

## Dependencies

- [Crystal]

## Installation

1. Add the dependency to your `shard.yml`:

``` yaml
dependencies:
fifo:
github: alexherbo2/fifo.cr
```

2. Run `shards install`.

## Usage

``` crystal
require "fifo"
```

See [`src/fifo.cr`] for a complete reference.

[`src/fifo.cr`]: src/fifo.cr