xenocom -- Xenomachina's "Common" stuff for Kotlin
This is a Kotlin library containing things I've needed that are generally useful. It is not an attempt to replace Google Guava or Apache Commons. For now it is constructed lazily. That is, I only add things to it when I actually need them.
Packages include:
- com.xenomachina.common — Things so general they don't belong anywhere else.
- com.xenomachina.text — String and general text handling.
- com.xenomachina.text.term — Text handling focused on formatting monospaced plaintext, like in a terminal.