Scala 3 conversions to/from hexadecimal strings.
Find a file
Pat Garrity 9bd5fbb92e
All checks were successful
/ Build and Release Library (push) Successful in 1m23s
Full support for MIT license. (#1)
GS is using MIT for all open source work.

Reviewed-on: #1
2024-04-12 13:10:38 +00:00
.forgejo/workflows (patch) initial, complete, hex implementation 2024-04-09 08:01:18 -05:00
project Full support for MIT license. (#1) 2024-04-12 13:10:38 +00:00
src (patch) initial, complete, hex implementation 2024-04-09 08:01:18 -05:00
.gitignore (patch) initial, complete, hex implementation 2024-04-09 08:01:18 -05:00
.pre-commit-config.yaml (patch) initial, complete, hex implementation 2024-04-09 08:01:18 -05:00
.scalafmt.conf (patch) initial, complete, hex implementation 2024-04-09 08:01:18 -05:00
build.sbt (patch) initial, complete, hex implementation 2024-04-09 08:01:18 -05:00
LICENSE Full support for MIT license. (#1) 2024-04-12 13:10:38 +00:00
README.md (patch) initial, complete, hex implementation 2024-04-09 08:01:18 -05:00

gs-hex

License (Apache 2.0)

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"