encoding
encoding copied to clipboard
`JPMS` modules should use `transitive` for core
Higher level API's base16, base32, and base64 should use requires transitive for core module dependency
I actually don't think this is necessary, as transitive will only provide readability of core, not accessibility. Users of encoding will still have to declare requires io.matthewnelson.encoding.core;