quantities 0.10.0

Unit-safe computations with quantities.
Documentation
1
2
3
4
5
6
7
8
9
10
11
error: Given struct must not have fields.

         = help: Use `struct Foo {};`

  --> tests/ui/struct_with_fields.rs:17:12
   |
17 |   struct Foo {
   |  ____________^
18 | |     baz: i32,
19 | | }
   | |_^