Commit Graph

31 Commits

Author SHA1 Message Date
Juhani Krekelä 897f87a9e2 Make unit constants const in conversion.rs 2023-06-01 19:58:18 +03:00
Juhani Krekelä 7191d5a378 Simplify conversions::test::{length, mass, area, volume, fluid_volume} 2023-06-01 19:48:12 +03:00
Juhani Krekelä e8e81b4564 Add support for cubic yards 2023-06-01 19:31:55 +03:00
Juhani Krekelä 8e4680a3bc Add support for square yards 2023-06-01 19:24:11 +03:00
Juhani Krekelä 4eb55ac7b8 Change terminology weight → mass 2023-06-01 03:00:10 +03:00
Juhani Krekelä 9badd90b91 Add support for long tons 2023-06-01 02:53:07 +03:00
Juhani Krekelä f69177edca Add support for short tons 2023-06-01 02:53:07 +03:00
Juhani Krekelä e2e1349913 Add support for US teaspoons 2023-05-31 22:42:00 +03:00
Juhani Krekelä c16befe55c Add support for US tablespoons 2023-05-31 22:41:29 +03:00
Juhani Krekelä 1639748c68 Add support for US fluid ounces 2023-05-31 22:19:55 +03:00
Juhani Krekelä 1c3315d19d Add support for US cups 2023-05-31 22:10:49 +03:00
Juhani Krekelä 5555d0712e Add support for US liquid pints 2023-05-31 17:57:48 +03:00
Juhani Krekelä 6acd8b0e82 Add support for US liquid quarts 2023-05-31 17:57:09 +03:00
Juhani Krekelä 8a3002a8ad Add support for US gallons 2023-05-31 17:56:43 +03:00
Juhani Krekelä 9380d9059a Resort fluid volume units from smallest to largest for consistency 2023-05-31 17:55:40 +03:00
Juhani Krekelä bec9e494b5 Add suport for imperial fluid ounces 2023-05-30 20:34:38 +03:00
Juhani Krekelä f9975903aa Add support for imperial pints 2023-05-30 20:31:06 +03:00
Juhani Krekelä 8d50c9643a Add support for imperial quarts 2023-05-30 20:31:06 +03:00
Juhani Krekelä 9ef0c9655d Add support for imperial gallons 2023-05-30 20:31:06 +03:00
Juhani Krekelä 782e4a18a7 Add support for cubic feet 2023-05-29 22:40:03 +03:00
Juhani Krekelä 5a1d6850e3 Add support for cubic inches 2023-05-29 22:32:49 +03:00
Juhani Krekelä 1a493a1716 Fix spelling Celcius → Celsius 2023-05-29 21:37:56 +03:00
Juhani Krekelä 055ab32a99 Add support for square miles 2023-05-29 03:28:09 +03:00
Juhani Krekelä 7a7959c172 Add support for acres 2023-05-29 03:28:09 +03:00
Juhani Krekelä 85c5c9d66f Add support for square feet 2023-05-29 03:28:09 +03:00
Juhani Krekelä 7eb31b1b4b Add support for square inches 2023-05-29 03:28:09 +03:00
Juhani Krekelä 81082fd11d Add support for degrees Fahrenheit 2023-05-28 20:32:31 +03:00
Juhani Krekelä 034ffed997 Order units in order of size 2023-05-14 02:18:27 +03:00
Juhani Krekelä 7170ac3240 Reorder conversions.rs such that helpers are after primary functions 2023-05-14 02:18:09 +03:00
Juhani Krekelä c79584d807 Restate imperial lengths and weights in terms of inches and pounds 2023-05-13 20:29:34 +03:00
Juhani Krekelä 06083dbce9 First commit 2023-05-13 17:50:18 +03:00