Rantanen / intercom

Object based cross-language FFI for Rust
MIT License
63 stars 7 forks source link

Turn com_library into a proc macro #102

Closed Rantanen closed 5 years ago

Rantanen commented 5 years ago

Also allow paths as class specifiers

Fixes #90 Fixes #53

codecov-io commented 5 years ago

Codecov Report

Merging #102 into master will decrease coverage by 0.19%. The diff coverage is 54.05%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master     #102     +/-   ##
=========================================
- Coverage   80.66%   80.46%   -0.2%     
=========================================
  Files          57       57             
  Lines        4975     4991     +16     
=========================================
+ Hits         4013     4016      +3     
- Misses        962      975     +13
Impacted Files Coverage Δ
intercom/src/lib.rs 83.33% <ø> (ø) :arrow_up:
intercom-common/src/attributes/com_library.rs 0% <0%> (ø) :arrow_up:
intercom-common/src/idents.rs 50% <0%> (-12.97%) :arrow_down:
intercom-attributes/src/lib.rs 50% <0%> (ø) :arrow_up:
intercom-common/src/model/comcrate.rs 88.54% <100%> (+0.15%) :arrow_up:
intercom-common/src/generators/manifest.rs 69.23% <66.66%> (-0.62%) :arrow_down:
intercom-common/src/generators/cpp.rs 81.08% <75%> (-0.18%) :arrow_down:
intercom-common/src/generators/idl.rs 82.4% <75%> (-0.21%) :arrow_down:
intercom-common/src/model/comlibrary.rs 88.46% <85.71%> (-7.7%) :arrow_down:
... and 1 more

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 821751c...df1d3b8. Read the comment docs.