Skip to content
#

config

Here are 1,660,951 public repositories matching this topic...

Smarter YAML front matter parser, used by metalsmith, Gatsby, Netlify, Assemble, mapbox-gl, phenomic, and many others. Simple to use, and battle tested. Parses YAML by default but can also parse JSON Front Matter, Coffee Front Matter, TOML Front Matter, and has support for custom parsers.

  • Updated Jul 11, 2021
  • JavaScript
AdheipSingh
AdheipSingh commented Sep 9, 2021

Thanks for this library.
I am new to rust and was playing around with the examples to get started.

Just encountered this warning on compilation

warning: use of deprecated associated function `config::Config::merge`: please use 'ConfigBuilder' instead
 --> src/main.rs:7:10
  |
7 |         .merge(config::File::with_name("Settings")).unwrap()
  |          ^^^^^
  |
  = note: `#[warn(

Improve this page

Add a description, image, and links to the config topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the config topic, visit your repo's landing page and select "manage topics."

Learn more