ads-rs 0.1.0

ads-rs (Algorithms and Data Structures) is a set of useful generic production-ready algorithms and data structures.
Documentation
# ads-rs

[![License](https://img.shields.io/badge/license-MIT%2FApache-blue.svg)](https://github.com/FilaCo/ads#license)
[![CI](https://github.com/FilaCo/ads/workflows/CI/badge.svg)](https://github.com/FilaCo/ads/actions)
[![Conventional Commits](https://img.shields.io/badge/Conventional%20Commits-1.0.0-%23FE5196?logo=conventionalcommits&logoColor=white)](https://conventionalcommits.org)
[![semantic-release: angular](https://img.shields.io/badge/semantic--release-angular-e10079?logo=semantic-release)](https://github.com/FilaCo/ads)

## What is ads-rs?

`ads-rs` (Algorithms and Data Structures) is a set of useful generic production-ready algorithms and data structures.

## :warning: WARNING :warning:

`ads-rs` is in the early stages of development. Important features are missing. Documentation is sparse. DO NOT USE
until
1.0.0 release

## License

`ads-rs` source code is dual-licensed under either of:

* MIT License ([LICENSE-MIT]LICENSE-MIT or [http://opensource.org/licenses/MIT]http://opensource.org/licenses/MIT)
* Apache License, Version 2.0 ([LICENSE-APACHE]LICENSE-APACHE
  or [http://www.apache.org/licenses/LICENSE-2.0]http://www.apache.org/licenses/LICENSE-2.0)

at your option.