You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now, the plugin reads its configuration in INI format, like Janus used to, using a Rust library that knows how to parse INIs. But Janus migrated everything else to libconfig-style configuration. So it would make a lot of sense to migrate the plugin configuration, too.
Janus exposes its config reading/writing API in C, so it's probably good to use the API it exposes rather than hunting down a separate Rust library that knows how to read libconfig syntax.
The text was updated successfully, but these errors were encountered:
Right now, the plugin reads its configuration in INI format, like Janus used to, using a Rust library that knows how to parse INIs. But Janus migrated everything else to libconfig-style configuration. So it would make a lot of sense to migrate the plugin configuration, too.
Janus exposes its config reading/writing API in C, so it's probably good to use the API it exposes rather than hunting down a separate Rust library that knows how to read libconfig syntax.
The text was updated successfully, but these errors were encountered: