anp / moxie

lightweight platform-agnostic tools for declarative UI
https://moxie.rs
Apache License 2.0
828 stars 27 forks source link

[topo][illicit] Reduce binary size of topo users. #248

Closed anp closed 3 years ago

anp commented 3 years ago

See lengthy commit message.

Closes #234.

codecov[bot] commented 3 years ago

Codecov Report

Merging #248 (3a3113c) into main (a5495a1) will decrease coverage by 9.13%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #248      +/-   ##
==========================================
- Coverage   49.60%   40.47%   -9.14%     
==========================================
  Files          46       46              
  Lines        8446     8541      +95     
==========================================
- Hits         4190     3457     -733     
- Misses       4256     5084     +828     
Impacted Files Coverage Δ
illicit/src/lib.rs 95.75% <100.00%> (+0.02%) :arrow_up:
topo/src/lib.rs 95.45% <100.00%> (-0.03%) :arrow_down:
src/lib.rs 40.36% <0.00%> (-18.06%) :arrow_down:
dom/examples/todo/src/item.rs 19.21% <0.00%> (-14.96%) :arrow_down:
dom/src/macros.rs 55.44% <0.00%> (-10.82%) :arrow_down:
src/runtime.rs 39.89% <0.00%> (-4.25%) :arrow_down:
dom/examples/todo/src/input.rs 27.05% <0.00%> (-1.18%) :arrow_down:

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 a5495a1...3a3113c. Read the comment docs.