uclicious
Uclicious is a flexible reduced boilerplate configuration framework. (by andoriyu)
confy
🛋 Zero-boilerplate configuration management in Rust (by rust-cli)
uclicious | confy | |
---|---|---|
2 | 3 | |
20 | 945 | |
- | 1.6% | |
3.4 | 5.6 | |
almost 2 years ago | 18 days ago | |
Rust | Rust | |
BSD 2-clause "Simplified" License | GNU General Public License v3.0 or later |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
uclicious
Posts with mentions or reviews of uclicious.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2024-12-03.
-
Rust in QEMU Roadmap
I made this handy function to pass callbacks to C: https://github.com/andoriyu/uclicious/blob/master/src/traits...
-
How do you manage configuration in rust?
I'm using a library that I wrote because I was unhappy with what was there: https://github.com/andoriyu/uclicious
confy
Posts with mentions or reviews of confy.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-12-15.
-
How do you manage configuration in rust?
I'd really recommend confy! It does exactly what you seem to want and supports YAML, TOML, and RON :)
-
[Media] I made a Rust CLI game that tests how fast you can guess the language of a code block!
I use confy for persisted data (just the token and high score for now) because I don't know the best practices for where to put those kinds of files, which stores it as TOML.
-
OS agnostic crate to save user config
Confy might do it for you : https://github.com/rust-cli/confy
What are some alternatives?
When comparing uclicious and confy you can also consider the following projects:
probe-rs - probe: Static probes for Rust
config-rs - ⚙️ Layered configuration system for Rust applications (with strong support for 12-factor applications).
itconfig-rs - Easy build a configs from environment variables and use it in globally.
usdt - Dust your Rust with USDT probes
guess-that-lang - CLI game to see how fast you can guess the language of a code block!