kdl 6.0.0-alpha.1 (first version with a KDL v2 implementation)

https://github.com/kdl-org/kdl-rs/blob/f67e3d2998dcf0d198b4d03be7b23062cab21723/CHANGELOG.md

25 points · 3 comments · view on lemmy.world

3 Comments

dipdowel@feddit.nl · 6 pts · 1y

Thanks for sharing. Now I know that KDL exists and what it is.

AsudoxDev@programming.dev · 3 pts · 1y (1 reply)

Woah, that syntax sucks ass. RON is the way.

BB_C@programming.dev · 1 pts · 1y

I haven't used either (yet). But as someone who wants to move away from JSON as a configuration format, ron doesn't, for me, offer much of a value proposition. And it's too tied to serde IMHO.

I also like KDL's optional type annotations (yes, I'm crazy that way.).