Code Monkey home page Code Monkey logo

Comments (4)

sfackler avatar sfackler commented on July 17, 2024

Which TOML example? I think all of the example config we currently have is YAML.

from log4rs.

dkushner avatar dkushner commented on July 17, 2024

@sfackler: Perhaps not the appropriate issue to raise this, but I'm getting the following trying to deserialize a Config from TOML:

error[E0277]: the trait bound `log4rs::config::Config: config::_IMPL_DESERIALIZE_FOR_Config::_serde::Deserialize<'_>` is not satisfied
 --> src/config.rs:3:17
  |
3 | #[derive(Debug, Deserialize)]
  |                 ^^^^^^^^^^^ the trait `config::_IMPL_DESERIALIZE_FOR_Config::_serde::Deserialize<'_>` is not implemented for `log4rs::config::Config`
  |
  = note: required by `config::_IMPL_DESERIALIZE_FOR_Config::_serde::de::MapAccess::next_value`

Unsure if I'm attempting this correctly, but I have the toml_format feature enabled in my dependencies. What am I missing here?

from log4rs.

sfackler avatar sfackler commented on July 17, 2024

The Config type isn't deserializable - the RawConfig is: https://docs.rs/log4rs/0.8.0/log4rs/file/struct.RawConfig.html.

from log4rs.

estk avatar estk commented on July 17, 2024

Seems like this is resolved

from log4rs.

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.