config 0.13.4

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

  • dep:toml

json

  • serde_json

yaml

  • yaml-rust

ini

  • rust-ini

ron

  • dep:ron

json5

  • json5_rs

serde_json

  • dep:serde_json

yaml-rust

  • dep:yaml-rust

rust-ini

  • dep:rust-ini

json5_rs

  • dep:json5_rs

preserve_order

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

indexmap

  • dep:indexmap