How do you manage configuration in rust?

This page summarizes the projects mentioned and recommended in the original post on /r/rust

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • config-rs

    ⚙️ Layered configuration system for Rust applications (with strong support for 12-factor applications).

  • I've enjoyed using this one: https://crates.io/crates/config

  • uclicious

    Uclicious is a flexible reduced boilerplate configuration framework.

  • I'm using a library that I wrote because I was unhappy with what was there: https://github.com/andoriyu/uclicious

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • confy

    🛋 Zero-boilerplate configuration management in Rust

  • I'd really recommend confy! It does exactly what you seem to want and supports YAML, TOML, and RON :)

  • serde

    Serialization framework for Rust

  • serde makes this pretty easy, if you have no special requirements.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Timeline of the xz open source attack

    3 projects | news.ycombinator.com | 1 Apr 2024
  • Is there a pydantic.BaseSettings equivalent in rust?

    2 projects | /r/rust | 5 Jun 2023
  • Ron: Rusty Object Notation

    10 projects | news.ycombinator.com | 23 Apr 2023
  • Spaceman: A gRPC client from another world. Comes both as a CLI and as a GUI built with Tauri and Yew.rs

    6 projects | /r/rust | 2 Apr 2023
  • How do you store and pass credentials?

    2 projects | /r/rust | 22 Jan 2023