SaaSHub helps you find the best software and product alternatives Learn more →
Config-rs Alternatives
Similar projects and alternatives to config-rs
-
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
-
-
-
-
-
sqlx
🧰 The Rust SQL Toolkit. An async, pure Rust SQL crate featuring compile-time checked queries without a DSL. Supports PostgreSQL, MySQL, and SQLite. (by launchbadge)
-
InfluxDB
InfluxDB high-performance time series database. Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.
-
-
-
-
glommio
Glommio is a thread-per-core crate that makes writing highly parallel asynchronous applications in a thread-per-core architecture easier for rustaceans.
-
-
-
-
-
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
config-rs discussion
config-rs reviews and mentions
-
Hey Rustaceans! Got a question? Ask here (49/2023)!
I like config.rs, but I am struggling to overwrite config profiles with environment variables. The desired config is mixed, like .toml
-
Is there a pydantic.BaseSettings equivalent in rust?
Consider config crate. It could be like:
-
How do you store and pass credentials?
I've been using Config most of the time. I also use once_cell to make it a static variable.
-
How do you manage configuration in rust?
I've enjoyed using this one: https://crates.io/crates/config
- Blessed.rs – An unofficial guide to the Rust ecosystem
-
Hey Rustaceans! Got a question? Ask here! (28/2022)!
Anyone know of a library like https://github.com/netflix/go-env but for rust? I found https://github.com/mehcode/config-rs but it's just not as simple...
-
How do you merge config in Rust with a default?
I was just in that space today. The config crate has an example you might find useful: https://github.com/mehcode/config-rs/tree/master/examples/hierarchical-env
-
[ANN] cfg-rs 0.2.0 release
How it differs from config?
-
Best way to set environment for Rust App
Checking an environment variable is very easy with std::env::var or similar. If you have other bits of configuration that also change—which is typical; things like DB connection strings—you may consider a more full-featured solution like https://docs.rs/config/0.10.1/config/ (pay particular attention to this example, which seems to be very close to what you want: https://github.com/mehcode/config-rs/blob/master/examples/hierarchical-env/src/settings.rs ).
-
Good way to set up default configurations
It's unfortunate, it looks like there was an attempt to get someone else to maintain it here, but no one ended up really stepping up to the plate.
-
A note from our sponsor - SaaSHub
www.saashub.com | 22 Apr 2025
Stats
rust-cli/config-rs is an open source project licensed under Apache License 2.0 which is an OSI approved license.
The primary programming language of config-rs is Rust.