Skip to content

Commit

Permalink
Add more circe imports (#148)
Browse files Browse the repository at this point in the history
  • Loading branch information
Zelenya authored Jun 27, 2023
1 parent 7532257 commit 022d3f4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/_docs/modules/circe.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,13 @@ ivy"io.github.iltotore::iron-circe:version"

## Encoder/Decoder instances

Given Encoder/Decoder for Iron enables using refined types with any Circe feature including automatic derivation:
Given Encoder/Decoder for Iron enables using refined types with any Circe feature, including automatic derivation:

```scala
import io.circe.*
import io.circe.parser.*
import io.circe.syntax.*
import io.circe.generic.auto.*

import io.github.iltotore.iron.*
import io.github.iltotore.iron.constraint.all.*
Expand Down

0 comments on commit 022d3f4

Please sign in to comment.