Skip to content

typelevel/cats-collections

Folders and files

NameName
Last commit message
Last commit date

Latest commit

f44d0b7 · Jan 23, 2022
Jan 23, 2022
Jan 23, 2022
Jan 23, 2022
Aug 2, 2021
Jan 23, 2022
Jan 23, 2022
Jan 23, 2022
Jan 23, 2022
Sep 4, 2021
Jan 16, 2020
Jan 20, 2022
Sep 19, 2015
Sep 26, 2021
Jan 21, 2017
Jan 23, 2022

Repository files navigation

Cats-Collections

Build Status codecov.io Maven Central Discord

It intends to be a library containing data structures which facilitate pure functional programming in the Scala programming language. Some of these are replacements for structures already present in the Scala standard library, but with improvements in safety, some are data structures for which there is no analogue in the Scala standard library.

Getting Started

Cats Collections is currently available for Scala 2.12, 2.13, and 3.

To get started with sbt, simply add the following to your build.sbt file:

libraryDependencies += "org.typelevel" %% "cats-collections-core" % "0.9.0"

CONTRIBUTING

Contributions in all forms (including discussion, suggestions, bug reports, usage reports, pull requests, patches, etc) are welcome and encouraged from everyone!

The cats-collection project demands that all activities surrounding the project follow the Typelevel Code of Conduct. If you witness any behavior from any individual which you feel might be harmful in any way or might not be a violation of the code of conduct, please speak up. Please contact any individual named in the Typelevel Code of Conduct so that it can be addressed as soon as possible.