FactbirdHQ / mqttrust

MQTT client for embedded devices, written in rust
53 stars 5 forks source link

Add initial std feature to allow using std::Box rather than heapless::Box #44

Closed MathiasKoch closed 2 years ago

MathiasKoch commented 2 years ago

Fixes #43

codecov-commenter commented 2 years ago

Codecov Report

Merging #44 (4ba49dd) into master (2320664) will decrease coverage by 0.06%. The diff coverage is 14.28%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #44      +/-   ##
==========================================
- Coverage   39.62%   39.55%   -0.07%     
==========================================
  Files          13       13              
  Lines        1176     1178       +2     
  Branches      324      327       +3     
==========================================
  Hits          466      466              
- Misses        563      565       +2     
  Partials      147      147              
Impacted Files Coverage Δ
mqttrust_core/src/eventloop.rs 37.08% <0.00%> (-0.36%) :arrow_down:
mqttrust_core/src/lib.rs 32.25% <0.00%> (ø)
mqttrust_core/src/state.rs 52.00% <100.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 2320664...4ba49dd. Read the comment docs.