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?
I'd love to use this library with
toy, but there is no direct support for decoding toDynamic.From the hip: this could look something like
get_dynamic(toml: Dict(String, Toml), key: List(String)) -> Dynamic, perhaps?