Scala 3 conversions to/from hexadecimal strings.
Find a file
2024-04-09 08:01:18 -05:00
.forgejo/workflows (patch) initial, complete, hex implementation 2024-04-09 08:01:18 -05:00
project (patch) initial, complete, hex implementation 2024-04-09 08:01:18 -05: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 (patch) initial, complete, hex implementation 2024-04-09 08:01:18 -05: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"