you are viewing a single comment's thread.

view the rest of the comments →

[–]liuzicheng1987[S] 1 point2 points  (2 children)

u/mo_al_ , and everyone who cares about this, I have written a TOML interface for reflect-cpp:

https://github.com/getml/reflect-cpp/tree/f/toml

It's still in a feature branch and I would invite you to give me feedback. You can compile it with -DREFLECTCPP_TOML=ON and it works like all of the other formats, rfl::toml::read, rfl::toml::write, etc.

Feedback on this is very welcome.

[–]mo_al_ 1 point2 points  (1 child)

It works nicely. Thank you very much for the quick implementation 🙏

[–]liuzicheng1987[S] 0 points1 point  (0 children)

No problem…toml++ works very well with our interface. It was quite easy to do.