TheAlgorithms / Rust

All Algorithms implemented in Rust
MIT License
22.92k stars 2.24k forks source link

Length conversion #830

Closed ali77gh closed 1 month ago

ali77gh commented 1 month ago

Length Conversions

Description

Algorithm of converting different length units together.

Something like python repo

Available Units:

Type of change

Checklist:

codecov-commenter commented 1 month ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 95.41%. Comparing base (1af4efa) to head (967f112).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #830 +/- ## ========================================== + Coverage 95.35% 95.41% +0.05% ========================================== Files 313 314 +1 Lines 22708 22754 +46 ========================================== + Hits 21654 21710 +56 + Misses 1054 1044 -10 ```

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