settings_loader 1.0.0

Opinionated configuration settings load mechanism for Rust applications
Documentation
1
2
3
4
5
6
7
8
application:
  port: 8000
  host: 0.0.0.0
database:
  host: "localhost"
  port: 5432
  database_name: "propensity"
  require_ssl: false