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

Redefine Serializer::collect_str #267

Merged
merged 4 commits into from
Mar 6, 2017
Merged

Redefine Serializer::collect_str #267

merged 4 commits into from
Mar 6, 2017

Commits on Feb 28, 2017

  1. Configuration menu
    Copy the full SHA
    54d26f5 View commit details
    Browse the repository at this point in the history
  2. Redefine Serializer::collect_str

    This allows us to format_args!() and friends while avoiding String
    allocations when serialising to JSON.
    nox committed Feb 28, 2017
    Configuration menu
    Copy the full SHA
    917c57e View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2017

  1. Update to serde 0.9.11 for collect_str

    nox authored and dtolnay committed Mar 6, 2017
    Configuration menu
    Copy the full SHA
    3279a8d View commit details
    Browse the repository at this point in the history
  2. Add char tests

    dtolnay committed Mar 6, 2017
    Configuration menu
    Copy the full SHA
    1d6a1c6 View commit details
    Browse the repository at this point in the history