project__oxygen_quoted - Kalin-Rudnicki/Oxygen GitHub Wiki

oxygen-quoted

Summary

A wrapper around the oxygen.quoted.Quotes.reflect api, which instead declares these types as top-level definitions.
If you are familiar with import quotes.reflect.*, you would get almost the exact same behavior by switching to import oxygen.quoted.*.
The primary motivation for this library is the inner-class nature of quotes.reflect makes it very difficult to write helpers, and share code across files.

Check out the macro video series for some good examples to get started!

Use This Library

Release Artifacts

libraryDependencies += "io.github.kalin-rudnicki" %% "oxygen-quoted" % "<latest-version-above>"

Highlights

TODO