orchestr7 / ktoml

Kotlin Multiplatform parser and compile-time serializer/deserializer for TOML format (Native, JS, JVM) based on KxS
https://akuleshov7.github.io/ktoml
MIT License
446 stars 23 forks source link

Why this library is not mentioned in official toml site? #249

Closed teras closed 8 months ago

teras commented 8 months ago

I find your library interesting. I am thinking though, why isn't mentioned in https://github.com/toml-lang/toml/wiki#implementations

I think it is a good alternative and should be mentioned there. Or I can try to make a PR myself, but maybe from the original authors should be more important.

What do you think?

orchestr7 commented 8 months ago

@teras very good question! The only problem that we still do not support all 100% functionality of TOML.

But may be it will be a good point to add it, as there is not much alternatives in Kotlin.

Will do!

orchestr7 commented 8 months ago

@teras it's even not a PR, just wiki editing, done :)

teras commented 8 months ago

good job! Let's close this issue then!