Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/scriptnull/linkedlist.cr

Linked List Implementation for Crystal Programming Language
https://github.com/scriptnull/linkedlist.cr

data-structures linked-list

Last synced: 28 days ago
JSON representation

Linked List Implementation for Crystal Programming Language

Awesome Lists containing this project

README

        

# linkedlist.cr

[![Build Status](https://semaphoreci.com/api/v1/scriptnull/linkedlist-cr/branches/master/badge.svg)](https://semaphoreci.com/scriptnull/linkedlist-cr)

Linked List Implementation for Crystal Programming Language

## Installation

Add this to your application's `shard.yml`:

```yaml
dependencies:
linkedlist:
github: scriptnull/linkedlist.cr
```

## Usage

```crystal
require "linkedlist"
```

## Contributing
Please read [CONTRIBUTING.md](https://github.com/scriptnull/linkedlist.cr/blob/master/CONTRIBUTING.md) if you are interested in contributing to the project.

## Security
Please report any security vulnerabilities of this project to [keybase.io/scriptnull](https://keybase.io/scriptnull)

```bash
curl https://keybase.io/scriptnull/pgp_keys.asc | gpg --import
```

## License
Any code inside this repository is Licensed under [MIT License](https://github.com/scriptnull/linkedlist.cr/blob/master/LICENSE)