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 serde impls for LogLevel/LogLevelFilter #181

Merged
merged 1 commit into from May 30, 2017

Conversation

Projects
None yet
2 participants
@meven
Copy link
Contributor

meven commented May 29, 2017

Pull-request for:
#143

I am not entirely sure about the format of serialization I have used.
It is also my first contribution, so any feedback is welcome.

To run tests, use:
cargo test --features "use_serde"

It misses documentation as of now, but I will add it before merging, I just would like some validation of the code first.

@dtolnay dtolnay merged commit 31f55c0 into rust-lang-nursery:master May 30, 2017

2 checks passed

continuous-integration/appveyor/pr AppVeyor build succeeded
Details
continuous-integration/travis-ci/pr The Travis CI build passed
Details
@dtolnay
Copy link
Member

dtolnay left a comment

Thanks, I combined this with #161.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
You can’t perform that action at this time.