Functionsยง
- convert_
json_ to_ toml - convert_json_to_toml used to convert json to toml
- convert_
toml_ to_ json - convert_toml_to_json used to convert toml to json
- convert_
toml_ to_ yaml - convert_toml_to_yaml used to convert toml to yaml
- convert_
yaml_ to_ toml - convert_yaml_to_toml used to convert yaml to toml
- to_
toml_ str - to_toml_str used to convert struct to toml string
- toml_
from_ path - toml_from_path used to read toml file and parse contents to toml data
- toml_
from_ str - toml_from_str used to parse string to toml data