This issue suggests separating the errors::format function and other functions which is using the fmt library as a separate target on a separate component. This change will ensure that the Error class could still be used without the need of the fmt library as the dependency.
This issue suggests separating the
errors::formatfunction and other functions which is using the fmt library as a separate target on a separate component. This change will ensure that theErrorclass could still be used without the need of the fmt library as the dependency.