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

Restructure the serde_as documentation #356

Merged
merged 1 commit into from
Sep 4, 2021
Merged

Restructure the serde_as documentation #356

merged 1 commit into from
Sep 4, 2021

Conversation

jonasbb
Copy link
Owner

@jonasbb jonasbb commented Sep 4, 2021

  • Move the list of transformations into its own file.
  • Make better use of multiple heading levels.
  • Explain that conditional compilation with serde_as is currently not
    working. Explain workaround.

Closes #355

@codecov
Copy link

codecov bot commented Sep 4, 2021

Codecov Report

Merging #356 (9ebccbf) into master (fbb2ad6) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #356   +/-   ##
=======================================
  Coverage   76.77%   76.77%           
=======================================
  Files          45       45           
  Lines        2704     2704           
=======================================
  Hits         2076     2076           
  Misses        628      628           
Impacted Files Coverage Δ
src/lib.rs 75.00% <ø> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update fbb2ad6...9ebccbf. Read the comment docs.

* Move the list of transformations into its own file.
* Make better use of multiple heading levels.
* Explain that conditional compilation with serde_as is currently not
  working. Explain workaround.

Closes #355
@jonasbb
Copy link
Owner Author

jonasbb commented Sep 4, 2021

bors merge

@bors
Copy link
Contributor

bors bot commented Sep 4, 2021

Build succeeded:

@bors bors bot merged commit b35bd81 into master Sep 4, 2021
@jonasbb jonasbb deleted the serde-as-doc branch October 5, 2021 09:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Conditional compilation ignores serde_as(as = X)
1 participant