tom icon indicating copy to clipboard operation
tom copied to clipboard

Add dynamic decoding

Open ollien opened this issue 5 months ago • 1 comments

I'd love to use this library with toy, but there is no direct support for decoding to Dynamic.

From the hip: this could look something like get_dynamic(toml: Dict(String, Toml), key: List(String)) -> Dynamic, perhaps?

ollien avatar Jul 06 '25 16:07 ollien

Yup good idea! Perhaps a to_dynamic function? Or some function to parse directly to dynamic?

lpil avatar Jul 07 '25 13:07 lpil