Skip to content

Commit

Permalink
Added cubic metres, cubic feet, cubic inches and oil barrels
Browse files Browse the repository at this point in the history
  • Loading branch information
putridparrot committed Dec 16, 2022
1 parent 9d7cacd commit 07daf8f
Show file tree
Hide file tree
Showing 6 changed files with 4,484 additions and 688 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "unit-conversions"
version = "0.1.12"
version = "0.1.13"
edition = "2018"
authors = ["Mark Timmings <[email protected]>"]
license = "MIT"
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -192,11 +192,15 @@ Each unit of measure then includes functions to convert to each for example, con

### Volume

* Cubic Feet (feet3)
* Cubic Inches (inch3)
* Cubic Metres (m3)
* Fluid Ounces (floz)
* Gallons (gal)
* Kilolitres (kl)
* Litres (l)
* Millilitres (ml)
* Oil Barrels (oilbarrel)
* Pints (pt)
* Quarts (qt)
* Tablespoons (tbsp)
Expand Down
Loading

0 comments on commit 07daf8f

Please sign in to comment.