magic-wormhole / magic-wormhole.rs

Rust implementation of Magic Wormhole, with new features and enhancements
European Union Public License 1.2
722 stars 78 forks source link

code: Add docs and deprecation notices #240

Closed felinira closed 1 month ago

felinira commented 1 month ago

Keep the old methods around as an alias to not break too many things from one release to the next.

codecov[bot] commented 1 month ago

Codecov Report

Attention: Patch coverage is 23.17073% with 252 lines in your changes missing coverage. Please review.

Project coverage is 38.15%. Comparing base (5b2161d) to head (82f0647).

Files Patch % Lines
src/transfer/offer.rs 24.47% 145 Missing :warning:
src/transfer.rs 3.22% 60 Missing :warning:
cli/src/main.rs 0.00% 22 Missing :warning:
src/core.rs 33.33% 12 Missing :warning:
src/transfer/v1.rs 60.71% 11 Missing :warning:
src/transit.rs 0.00% 2 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #240 +/- ## ========================================== - Coverage 38.55% 38.15% -0.40% ========================================== Files 17 18 +1 Lines 3081 3163 +82 ========================================== + Hits 1188 1207 +19 - Misses 1893 1956 +63 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.