Swift Configuration 1.0 released
Every application has configuration: in environment variables, configuration files, values from remote services, command-line flags, or repositories for stored secrets like API keys. But until now, Swift developers have had to wire up each source individually, with scattered parsing logic and application code that is tightly coupled to specific configuration providers. Swift Configuration brings a unified, type-safe approach to this problem for Swift applications and libraries. What makes this compelling is
评论
?
参与讨论