universal-config 0.4.1

A library to simplify reading configuration files from various file formats.
Documentation

universal-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 11 feature flags, 11 of them enabled by default.

default

  • json
  • yaml
  • toml
  • corn
  • xml
  • ron

json

  • serde_json

yaml

  • serde_yaml

toml

  • dep:toml

corn

  • libcorn

xml

  • serde-xml-rs

ron

  • dep:ron

serde_json

  • dep:serde_json

serde_yaml

  • dep:serde_yaml

libcorn

  • dep:libcorn

serde-xml-rs

  • dep:serde-xml-rs