We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59a54f4 commit 1b331bcCopy full SHA for 1b331bc
README.md
@@ -0,0 +1,13 @@
1
+# And Rust said, "Let there be units."
2
+
3
+Hurray! Now you can work with units of measure in a headache-free way.
4
5
+Currently only `Length` is available, but I am planning to add more shortly.
6
7
+### Example
8
9
+```
10
+let football_field = Length::from_yards(1.0);
11
+let meters = football_field.as_meters();
12
+println!("There are {} meters in a football field.", meters);
13
0 commit comments