Skip to content

Commit

Permalink
remove ci badges
Browse files Browse the repository at this point in the history
  • Loading branch information
lonnen committed Jan 11, 2023
1 parent 07065ff commit fb3def6
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@ This crate provides a [multiset](https://en.wikipedia.org/wiki/Multiset) impleme

## Overview

[![CircleCI](https://circleci.com/gh/lonnen/mset.svg?style=svg)](https://circleci.com/gh/lonnen/mset)
[![Build status](https://ci.appveyor.com/api/projects/status/dv10p89kf73i3kgl?svg=true)](https://ci.appveyor.com/project/lonnen/mset)
[![TravisCI](https://api.travis-ci.com/lonnen/mset.svg?branch=main)](https://travis-ci.com/github/lonnen/mset)

A mset, multiset, or bag is a set that allows multiple occurances of an element. It supports many basic set operations, e.g. membership test, union, intersection, and difference.

* [Documentation](https://docs.rs/mset/0.0.1/mset/struct.MultiSet.html)
Expand Down

0 comments on commit fb3def6

Please sign in to comment.