Scala 3 conversions to/from hexadecimal strings.
|
All checks were successful
/ Build and Release Library (push) Successful in 1m23s
GS is using MIT for all open source work. Reviewed-on: #1 |
||
|---|---|---|
| .forgejo/workflows | ||
| project | ||
| src | ||
| .gitignore | ||
| .pre-commit-config.yaml | ||
| .scalafmt.conf | ||
| build.sbt | ||
| LICENSE | ||
| README.md | ||
gs-hex
Hexadecimal conversions for Scala 3. Provides support for standard types.
Usage
This artifact is available in the Garrity Software Maven repository.
externalResolvers +=
"Garrity Software Releases" at "https://maven.garrity.co/releases"
val GsHex: ModuleID =
"gs" %% "gs-hex-v0" % "0.1.0"