Proxy interface to TOML-Fortran library
Process the configuration file to a TOML data structure
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(toml_table), | intent(out), | allocatable | :: | table | TOML data structure | |
| character(len=*), | intent(in) | :: | file | Name of the configuration file | ||
| type(error_type), | intent(out), | allocatable | :: | error | Error status of the operation |