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

https://github.com/d-e-s-o/gaps

A Rust crate providing functionality for working with gaps/holes in ordered sequences of values.
https://github.com/d-e-s-o/gaps

gaps holes rust rust-crate rust-lang

Last synced: 2 months ago
JSON representation

A Rust crate providing functionality for working with gaps/holes in ordered sequences of values.

Awesome Lists containing this project

README

        

[![pipeline](https://github.com/d-e-s-o/gaps/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/d-e-s-o/gaps/actions/workflows/ci.yml)
[![coverage](https://codecov.io/gh/d-e-s-o/gaps/branch/main/graph/badge.svg)](https://codecov.io/gh/d-e-s-o/gaps)
[![crates.io](https://img.shields.io/crates/v/gaps.svg)](https://crates.io/crates/gaps)
[![Docs](https://docs.rs/gaps/badge.svg)](https://docs.rs/gaps)
[![rustc](https://img.shields.io/badge/rustc-1.36+-blue.svg)](https://blog.rust-lang.org/2019/07/04/Rust-1.36.0.html)

gaps
====

- [Documentation][docs-rs]
- [Changelog](CHANGELOG.md)

A crate providing functionality for working with gaps/holes in ordered
sequences of values.

[docs-rs]: https://docs.rs/crate/gaps