cfg-rs VS vielsprachig

Compare cfg-rs vs vielsprachig and see what are their differences.

cfg-rs

A Configuration Library for Rust Applications (by leptonyu)

vielsprachig

file format translator; JSON -> Yaml and more (by znx3p0)
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
cfg-rs vielsprachig
2 1
38 4
- -
6.0 0.0
about 1 month ago over 2 years ago
Rust Rust
MIT License -
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.

cfg-rs

Posts with mentions or reviews of cfg-rs. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-08-30.

vielsprachig

Posts with mentions or reviews of vielsprachig. We have used some of these posts to build our list of alternatives and similar projects.
  • convfmt - simle convertor between json, yaml and toml.
    1 project | /r/rust | 28 Jun 2022
    Hi! It seems like we had the same idea (I developed an identical tool called vsp which fills the exact functionality convfmt does. I looked at your code and it’s eerily similar to vsp’s (which is kinda expected given that they do the same thing) except vsp uses more macros, relies on erased-serde and accepts many more file formats as inputs and outputs. One thing that I was unable to do with vsp that I wanted (but couldn’t due to time constraints) is file format to CSV and CSV to file format conversion (which could be extremely useful since I haven’t found any tools that translate to and from CSV in cli form, and CSV comes up a lot in ML and finance), you could add that functionality and add many more file formats too

What are some alternatives?

When comparing cfg-rs and vielsprachig you can also consider the following projects:

envars - Securely load environment variables (configuration settings) from .env files with support of Google Secret Manager.

joshuto - ranger-like terminal file manager written in Rust

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

lucia - A flexible client API framework as well as a set of API collections

env_wrapper - A wrapper around std::env to facilitate testing.

august - An Emmet-like language that produces JSON, TOML, or YAML

bsl - Rust 2018 and C++20, "constexpr everything", AUTOSAR compliant header-only library intended to support the development of critical systems applications

confique - Type-safe, layered, light-weight, `serde`-based configuration library

toml - Rust TOML Parser

rq - Record Query - A tool for doing record analysis and transformation

JsonSettings - This library simplifies creating configuration for your C# app/service by utilizing the serialization capabilities of Json.NET to serialize nested (custom) objects, dictionaries and lists as simply as by creating a POCO and inheriting JsonSettings class.