Just released RtfParserKmp: An idiomatic Kotlin Mu...
# feed
a
Just released RtfParserKmp: An idiomatic Kotlin Multiplatform
.rtf
(Rich Text Format) reader and writer. It's is a port of the Java based RTFParserKit library - its SAX-style Standard parser, re-homed into
commonMain
so it runs on the JVM, JS, WebAssembly, and every Kotlin/Native target with no platform code in the hot path. The parsing engine and the entire command dictionary are faithful translations of the original; the public API is reshaped to be idiomatic Kotlin (sealed event types, listener interfaces with default methods, a dependency-free byte source). https://github.com/Darkrock-Studios/RtfParserKmp
K 2
👍 2