Commit Graph

  • 897f87a9e2 Make unit constants const in conversion.rs main Juhani Krekelä 2023-06-01 19:58:18 +0300
  • 18ef6c8787 Fix clippy lints Juhani Krekelä 2023-06-01 19:55:09 +0300
  • 7191d5a378 Simplify conversions::test::{length, mass, area, volume, fluid_volume} Juhani Krekelä 2023-06-01 19:48:12 +0300
  • 254ac20186 Run a REPL if no arguments are given Juhani Krekelä 2023-06-01 19:39:12 +0300
  • e8e81b4564 Add support for cubic yards Juhani Krekelä 2023-06-01 19:31:55 +0300
  • 8e4680a3bc Add support for square yards Juhani Krekelä 2023-06-01 19:24:11 +0300
  • b8d9ba177c Add a caveat section in the README.md Juhani Krekelä 2023-06-01 19:17:20 +0300
  • 91b236d8b3 Fix capitalization for degrees Fahrenheit Juhani Krekelä 2023-06-01 03:35:27 +0300
  • 79634cb944 Add README.md Juhani Krekelä 2023-06-01 03:31:04 +0300
  • b13191050f Add additional ways to spell US cup Juhani Krekelä 2023-06-01 03:09:00 +0300
  • 4eb55ac7b8 Change terminology weight → mass Juhani Krekelä 2023-06-01 03:00:10 +0300
  • db674d1419 Suggest disambiguation for tons Juhani Krekelä 2023-06-01 02:55:47 +0300
  • 9badd90b91 Add support for long tons Juhani Krekelä 2023-06-01 02:48:34 +0300
  • f69177edca Add support for short tons Juhani Krekelä 2023-06-01 02:38:49 +0300
  • d6e0e95a6a Simplify parse::test::units Juhani Krekelä 2023-06-01 02:31:59 +0300
  • a297d87ff1 Simplify parse::test::ambiguous_units Juhani Krekelä 2023-06-01 02:18:55 +0300
  • f354fbe555 Suggest disambiguations for ambiguous units Juhani Krekelä 2023-05-31 23:19:57 +0300
  • e2e1349913 Add support for US teaspoons Juhani Krekelä 2023-05-31 22:38:50 +0300
  • c16befe55c Add support for US tablespoons Juhani Krekelä 2023-05-31 22:29:58 +0300
  • 1639748c68 Add support for US fluid ounces Juhani Krekelä 2023-05-31 22:19:55 +0300
  • 1c3315d19d Add support for US cups Juhani Krekelä 2023-05-31 22:10:49 +0300
  • 5555d0712e Add support for US liquid pints Juhani Krekelä 2023-05-31 17:49:24 +0300
  • 6acd0d56a6 Add an additional way to spell imperial pint Juhani Krekelä 2023-05-31 17:43:49 +0300
  • 6acd8b0e82 Add support for US liquid quarts Juhani Krekelä 2023-05-31 17:42:18 +0300
  • 8a3002a8ad Add support for US gallons Juhani Krekelä 2023-05-31 17:35:19 +0300
  • 9380d9059a Resort fluid volume units from smallest to largest for consistency Juhani Krekelä 2023-05-31 17:21:41 +0300
  • bec9e494b5 Add suport for imperial fluid ounces Juhani Krekelä 2023-05-30 20:34:38 +0300
  • f9975903aa Add support for imperial pints Juhani Krekelä 2023-05-30 20:16:17 +0300
  • 8d50c9643a Add support for imperial quarts Juhani Krekelä 2023-05-30 20:08:42 +0300
  • 9ef0c9655d Add support for imperial gallons Juhani Krekelä 2023-05-30 20:01:35 +0300
  • 782e4a18a7 Add support for cubic feet Juhani Krekelä 2023-05-29 22:40:03 +0300
  • 5a1d6850e3 Add support for cubic inches Juhani Krekelä 2023-05-29 22:29:10 +0300
  • 5d8462c6e4 Add more ways to spell square mile Juhani Krekelä 2023-05-29 22:05:08 +0300
  • 8060f79067 Add more ways to spell square feet Juhani Krekelä 2023-05-29 22:03:08 +0300
  • e6ec05323f Add more ways to spell square inches Juhani Krekelä 2023-05-29 21:58:29 +0300
  • c81ebb80df Add more ways to spell degrees Fahrenheit Juhani Krekelä 2023-05-29 21:52:34 +0300
  • 5335e141a4 Allow units to contain nubers after a caret Juhani Krekelä 2023-05-29 21:48:45 +0300
  • fbbafcd2ec Allow units to contain spaces Juhani Krekelä 2023-05-29 21:43:02 +0300
  • 1842d480e1 Disallow several temperatures in input Juhani Krekelä 2023-05-29 21:39:48 +0300
  • 1a493a1716 Fix spelling Celcius → Celsius Juhani Krekelä 2023-05-29 21:37:56 +0300
  • 055ab32a99 Add support for square miles Juhani Krekelä 2023-05-29 03:27:55 +0300
  • 7a7959c172 Add support for acres Juhani Krekelä 2023-05-29 03:18:30 +0300
  • 85c5c9d66f Add support for square feet Juhani Krekelä 2023-05-29 03:01:56 +0300
  • 7eb31b1b4b Add support for square inches Juhani Krekelä 2023-05-29 02:55:43 +0300
  • d6441454fc Split format::test::units to per-unit tests Juhani Krekelä 2023-05-29 02:54:27 +0300
  • ebff87c733 Remove extraneus comma in a match statement Juhani Krekelä 2023-05-28 23:44:49 +0300
  • 46146ca712 Fix inconsistent newline before else if Juhani Krekelä 2023-05-28 23:40:42 +0300
  • 88d143b8e6 Add CC0 license Juhani Krekelä 2023-05-28 23:24:05 +0300
  • 81082fd11d Add support for degrees Fahrenheit Juhani Krekelä 2023-05-28 20:32:31 +0300
  • b3fa9a01f1 Add conversion tests Juhani Krekelä 2023-05-28 20:02:35 +0300
  • f8db69e3b2 Format numbers so that they are easier to read Juhani Krekelä 2023-05-28 20:02:06 +0300
  • d77a84fef1 Use SI-prefixes that make sense for the given unit Juhani Krekelä 2023-05-28 18:57:49 +0300
  • 3dee08d6d4 Change parse_number and parse_unit to return Results directly Juhani Krekelä 2023-05-28 18:22:49 +0300
  • 54118ca879 Fix parsing of numbers with internal spaces Juhani Krekelä 2023-05-28 18:07:28 +0300
  • 188df1fa5c Add test for negative number formatting Juhani Krekelä 2023-05-14 04:41:39 +0300
  • 2b449c80f5 Implement user interface Juhani Krekelä 2023-05-14 04:38:20 +0300
  • e915a3f689 Implement output formatting Juhani Krekelä 2023-05-14 04:23:39 +0300
  • da620a04aa Implement most of application logic Juhani Krekelä 2023-05-14 03:40:21 +0300
  • 7d82e46fd7 Implement parsing Juhani Krekelä 2023-05-14 03:04:47 +0300
  • 034ffed997 Order units in order of size Juhani Krekelä 2023-05-14 02:18:27 +0300
  • 7170ac3240 Reorder conversions.rs such that helpers are after primary functions Juhani Krekelä 2023-05-14 02:01:50 +0300
  • c79584d807 Restate imperial lengths and weights in terms of inches and pounds Juhani Krekelä 2023-05-13 20:29:34 +0300
  • 06083dbce9 First commit Juhani Krekelä 2023-05-13 17:50:18 +0300