printfn / fend

Arbitrary-precision unit-aware calculator
https://printfn.github.io/fend
MIT License
587 stars 50 forks source link

Add metasearch2 to projects using fend in readme #263

Closed mat-1 closed 5 months ago

mat-1 commented 5 months ago

I've been using fend to power the calculator in my personal metasearch engine and I've been very happy with it. Here's the part of my code that calls fend: https://github.com/mat-1/metasearch2/blob/master/src/engines/answer/calc.rs

codecov[bot] commented 5 months ago

Codecov Report

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

Comparison is base (bb43194) 83.27% compared to head (8e9a7fc) 83.27%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #263 +/- ## ======================================= Coverage 83.27% 83.27% ======================================= Files 52 52 Lines 14518 14518 ======================================= Hits 12090 12090 Misses 2428 2428 ```

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

printfn commented 5 months ago

Awesome, it’s great that you’re finding fend useful!