Skip to content

Commit

Permalink
chore: add README
Browse files Browse the repository at this point in the history
Signed-off-by: Keith Zantow <[email protected]>
  • Loading branch information
kzantow committed Feb 16, 2024
1 parent cbd5a70 commit 5baf374
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# go-collections

[![Go Report Card](https://goreportcard.com/badge/github.com/anchore/go-collections)](https://goreportcard.com/report/github.com/anchore/go-collections)
[![GitHub go.mod Go version](https://img.shields.io/github/go-mod/go-version/anchore/go-collections.svg)](https://github.com/anchore/go-collections)
[![License: Apache-2.0](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://github.com/anchore/go-collections/blob/main/LICENSE)
[![Slack Invite](https://img.shields.io/badge/Slack-Join-blue?logo=slack)](https://anchore.com/slack)

A library with generic data structures for common collection operations.

## Status

***Consider this project to be in alpha. The API is not stable and may change at any time.***

## Overview

`collections.TaggedValue` a set of tags associated with a value

`collections.TaggedValueSet` provides methods for performing set operations on an arbitrary set of tagged values

0 comments on commit 5baf374

Please sign in to comment.