Closed mmiller-max closed 3 years ago
Changed the docs (it had @StructTypes.Struct
before) and improved the wording in the error messages. Do you want me add something to the docs, and is it worth exporting the macros too?
Merging #65 (7e62529) into main (cc49757) will increase coverage by
0.70%
. The diff coverage is90.90%
.
@@ Coverage Diff @@
## main #65 +/- ##
==========================================
+ Coverage 72.83% 73.53% +0.70%
==========================================
Files 1 2 +1
Lines 346 359 +13
==========================================
+ Hits 252 264 +12
- Misses 94 95 +1
Impacted Files | Coverage Δ | |
---|---|---|
src/StructTypes.jl | 72.98% <ø> (+0.15%) |
:arrow_up: |
src/macros.jl | 90.90% <90.90%> (ø) |
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 cc49757...7e62529. Read the comment docs.
Adds macros to define StructTypes, see #64
Example use:
Ideally they would be exported as well, to minimise how much typing was required.
If this seems something we would want I'll add tests and docs.