isomarcte / cats-uri

URI implementation based on cats-parse with cats instances

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cats-uri - A URI with Cats instances Build Status Maven Central Code of Consuct

Quick Start

To use cats-uri in an existing SBT project with Scala 2.11 or a later version, add the following dependencies to your build.sbt depending on your needs:

libraryDependencies ++= Seq(
  "org.typelevel" %% "cats-uri" % "<version>"
)

About

URI implementation based on cats-parse with cats instances

License:MIT License


Languages

Language:Scala 97.0%Language:Ruby 3.0%