You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,3 +39,12 @@ let united_states_tons = metric_ton.as_short_tons();
39
39
letunited_states_pounds=metric_ton.as_pounds();
40
40
println!("One metric ton is {} U.S. tons - that's {} pounds!", united_states_tons, united_states_pounds);
41
41
```
42
+
43
+
--------------------------------------
44
+
45
+
**References**
46
+
47
+
I am by no means a measurement or math expert, I simply wanted to do something useful while learning Rust. Thank you to these sites and their authors for the great reference material used in building this library.
0 commit comments