Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes in documentation + address some clippy warns + const fn #467

Merged
merged 6 commits into from Aug 26, 2022

Commits on Aug 26, 2022

  1. Remove incorrect serde example. Closes tafia#211

    New examples will be added in tafia#369
    Mingun committed Aug 26, 2022
    Copy the full SHA
    6fe40c8 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    ef3506b View commit details
    Browse the repository at this point in the history
  3. Address some clippy warnings

    Mingun committed Aug 26, 2022
    Copy the full SHA
    50242ba View commit details
    Browse the repository at this point in the history
  4. Remove Deserializer::new because it cannot be used outside of the q…

    …uick-xml crate
    
    The readers that implements necessary traits cannot be created outside of quick-xml crate.
    Also it is too dangerous to provide such method directly because deserializer internally
    rely on some options that are set for a reader
    Mingun committed Aug 26, 2022
    Copy the full SHA
    63db2cf View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    9f4ac28 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    f17e0e5 View commit details
    Browse the repository at this point in the history