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

Release 0.3.0 #8

Merged
merged 3 commits into from
Dec 18, 2021
Merged

Release 0.3.0 #8

merged 3 commits into from
Dec 18, 2021

Conversation

azriel91
Copy link
Owner

Includes:

  • #[evt(derive(..))] on enum adds derives on every variant. (#6, #7)
  • #[evt(module = "module1")] generates structs inside mod module1. (#5, #7)
  • #[evt(implement_marker_traits(MarkerTrait1))] on enum generates impl MarkerTrait1 for all generated structs. (#7)

@codecov
Copy link

codecov bot commented Dec 18, 2021

Codecov Report

Merging #8 (a0643c6) into master (9f16b02) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master       #8   +/-   ##
=======================================
  Coverage   70.55%   70.55%           
=======================================
  Files           2        2           
  Lines         163      163           
=======================================
  Hits          115      115           
  Misses         48       48           
Impacted Files Coverage Δ
src/lib.rs 66.19% <ø> (ø)

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 9f16b02...a0643c6. Read the comment docs.

@azriel91 azriel91 merged commit 63fc9d0 into master Dec 18, 2021
@azriel91 azriel91 deleted the meta/release-0-3-0 branch December 18, 2021 03:11
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.

None yet

1 participant