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

https://github.com/b97tsk/intervals

A Go library for manipulating sets of intervals.
https://github.com/b97tsk/intervals

interval-set intervals rangeset set-operations set-theory

Last synced: 3 months ago
JSON representation

A Go library for manipulating sets of intervals.

Awesome Lists containing this project

README

          

# intervals

[![Go Reference](https://pkg.go.dev/badge/github.com/b97tsk/intervals.svg)](https://pkg.go.dev/github.com/b97tsk/intervals)
[![Build Status](https://github.com/b97tsk/intervals/actions/workflows/build.yml/badge.svg?branch=main)](https://github.com/b97tsk/intervals/actions/workflows/build.yml)
[![Coverage Status](https://coveralls.io/repos/github/b97tsk/intervals/badge.svg?branch=main)](https://coveralls.io/github/b97tsk/intervals?branch=main)

A Go library for manipulating sets of intervals.