Code Monkey home page Code Monkey logo

Comments (5)

SergioBenitez avatar SergioBenitez commented on June 27, 2024

I'm not quite sure I follow the question. Can you give a concrete example of what you're doing now, what doesn't work with it, and what you'd like to do? Alternatively, consider looking at https://serde.rs/field-attrs.html. Maybe alias or rename are what you want?

from figment.

mh-trimble avatar mh-trimble commented on June 27, 2024

Hey sure I'll try. The config I use is looking something like

host = "localhost"
port = 9000
[remote-service]
api_key = "dev-key"
...
#[derive(Debug, Deserialize, Clone)]
struct Config {
host: String,
port: u16,
remote_service: RemoteServiceConfig,
}

#[derive(Debug, Deserialize, Clone)]
struct RemoteService {
api_key: String
}

in production the environment variable to set/override is FOO_API_KEY instead of REMOTE_SERVICE__API_KEY - for historical reasons.

Is there a way (that I don't know) to set the name of the environment variable to deserialize the nested api_key?

from figment.

mh-trimble avatar mh-trimble commented on June 27, 2024

I hope this is a bit clearer

from figment.

mh-trimble avatar mh-trimble commented on June 27, 2024

I finally got around to testing the serde route and it worked - would you mind me adding a bit of documentation to help future users of the library (a.k.a. me in a month).

from figment.

SergioBenitez avatar SergioBenitez commented on June 27, 2024

I finally got around to testing the serde route and it worked - would you mind me adding a bit of documentation to help future users of the library (a.k.a. me in a month).

Sure! What specifically might have helped you?

from figment.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.