Skip to content

Commit fc4836b

Browse files
committed
Update README and bump version.
1 parent 61313ae commit fc4836b

File tree

2 files changed

+19
-5
lines changed

2 files changed

+19
-5
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "measurements"
3-
version = "0.8.0"
3+
version = "0.9.0"
44
authors = ["James O'Cull <[email protected]>",
55
"Jonathan Pallant <[email protected]>",
66
"Hannah McLaughlin <[email protected]>",

README.md

Lines changed: 18 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[![Build Status](https://travis-ci.org/jocull/rust-measurements.svg)](https://travis-ci.org/jocull/rust-measurements)
1+
[![Build Status](https://travis-ci.org/thejpster/rust-measurements.svg)](https://travis-ci.org/thejpster/rust-measurements)
22

33
# Type-safe units of measure for Rust
44

@@ -18,19 +18,33 @@ Conversions to and from different units are simple, and operator overrides allow
1818

1919
### Currently available measurement types
2020

21+
- Acceleration
22+
- Angle
23+
- Angular Velocity
24+
- Area
25+
- Current
26+
- Data (bytes, etc)
27+
- Energy
28+
- Force
29+
- Frequency
2130
- Length
31+
- Mass
32+
- Power
33+
- Pressure
34+
- Resistance
35+
- Speed
2236
- Temperature
23-
- Weight
37+
- Torque
38+
- Voltage
2439
- Volume
25-
- Pressure
2640

2741
### Examples
2842

2943
In your Cargo.toml add the dependency...
3044

3145
```toml
3246
[dependencies]
33-
measurements = "^0.3.0"
47+
measurements = "^0.9.0"
3448
```
3549

3650
In your code...

0 commit comments

Comments
 (0)