config 0.13.3

Layered configuration system for Rust applications.
Documentation

config

There is very little structured metadata to build this page from currently. You should check the main library docs, readme, or Cargo.toml in case the author documented the features in them.

This version has 13 feature flags, 11 of them enabled by default.

default

  • toml
  • json
  • yaml
  • ini
  • ron
  • json5

toml

    This feature flag does not enable additional features.

json

  • serde_json

yaml

  • yaml-rust

ini

  • rust-ini

ron

    This feature flag does not enable additional features.

json5

  • json5_rs

serde_json

    This feature flag does not enable additional features.

yaml-rust

    This feature flag does not enable additional features.

rust-ini

    This feature flag does not enable additional features.

json5_rs

    This feature flag does not enable additional features.

preserve_order

  • indexmap
  • toml/preserve_order
  • serde_json/preserve_order
  • ron/indexmap

indexmap

    This feature flag does not enable additional features.