Skip to content

Releases: benzlokzik/fahrenheit-celsius-converter

0.2.0

06 Nov 01:24
0e597cc
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.1.0...0.2.0

Initial release

03 Nov 12:40
Compare
Choose a tag to compare

Initial release of fahrenheit-celsius-converter. In this release are available to convert temperatures using endpoints:

  • /convert/c_to_f/{temp}
  • /convert/f_to_c/{temp}
    where temp is f64 (floating point type).