To.ml
To.ml copied to clipboard
Use ppx_deriving for transparent toml serialisation
See: https://github.com/whitequark/ppx_deriving
We should not provide it in the main package (hide it behind a build flag) as some users don't want libraries to add unexpected syntax extension.
:+1:
Is it still useful as we have cconv support now ? @c-cube
I have absolutely no idea.
I'm not sure to get the idea. You could just store the string representation of your TOML datas or use Marshal ? I'm closing...