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

Add proof of concept serde support with PathBuf #512

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Commits on Nov 11, 2019

  1. Add proof of concept serde support with PathBuf

    James Munns committed Nov 11, 2019
    Configuration menu
    Copy the full SHA
    4e88f10 View commit details
    Browse the repository at this point in the history
  2. Fix feature name

    James Munns committed Nov 11, 2019
    Configuration menu
    Copy the full SHA
    bcc134c View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2019

  1. Add default as a serde dependency

    James Munns committed Nov 12, 2019
    Configuration menu
    Copy the full SHA
    c5a757f View commit details
    Browse the repository at this point in the history
  2. Just use serde as a feature directly

    James Munns committed Nov 12, 2019
    Configuration menu
    Copy the full SHA
    6b0a810 View commit details
    Browse the repository at this point in the history
  3. Add docs to feature section

    James Munns committed Nov 12, 2019
    Configuration menu
    Copy the full SHA
    3c92ffe View commit details
    Browse the repository at this point in the history
  4. Go from wrapper struct to newtype

    James Munns committed Nov 12, 2019
    Configuration menu
    Copy the full SHA
    c70f00e View commit details
    Browse the repository at this point in the history