Some checks failed
/ Build and Release Library (push) Failing after 31s
Includes: - Complete implementation - Most code documentation Does not include: - Tests - Complete documentation
28 lines
582 B
Markdown
28 lines
582 B
Markdown
# gs-timing
|
|
|
|
[GS Open Source](https://garrity.co/oss.html) |
|
|
[License (MIT)](./LICENSE)
|
|
|
|
Timing library for Cats Effect and Scala 3.
|
|
|
|
- [Usage](#usage)
|
|
- [Donate](#donate)
|
|
|
|
## Usage
|
|
|
|
### Dependency
|
|
|
|
This artifact is available in the Garrity Software Maven repository.
|
|
|
|
```scala
|
|
externalResolvers +=
|
|
"Garrity Software Releases" at "https://maven.garrity.co/gs"
|
|
|
|
val Gstiming: ModuleID =
|
|
"gs" %% "gs-timing-v0" % "$VERSION"
|
|
```
|
|
|
|
## Donate
|
|
|
|
Enjoy this project or want to help me achieve my [goals](https://garrity.co)?
|
|
Consider [Donating to Pat on Ko-fi](https://ko-fi.com/gspfm).
|