pub type Toml
pub fn do_toml_get( toml: Toml, keys: List(String), ) -> Result(Dynamic, Nil)
pub fn get_bool( toml_content: String, key_path: List(String), ) -> Result(Bool, Nil)
pub fn get_string( toml_content: String, key_path: List(String), ) -> Result(String, Nil)
pub fn parse(content: String) -> Result(Toml, Nil)