To.ml icon indicating copy to clipboard operation
To.ml copied to clipboard

Use ppx_deriving for transparent toml serialisation

Open mackwic opened this issue 10 years ago • 3 comments

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.

mackwic avatar Jan 04 '15 00:01 mackwic

:+1:

sagotch avatar Jan 04 '15 12:01 sagotch

Is it still useful as we have cconv support now ? @c-cube

redianthus avatar Dec 16 '20 14:12 redianthus

I have absolutely no idea.

c-cube avatar Dec 16 '20 20:12 c-cube

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...

redianthus avatar Nov 17 '22 15:11 redianthus