This crate exists to support the simple-si-units. Please go there for more information.
Crate simple-si-units-macros exports the following derive macros:
This macro uses the NumLike
trait from simple-si-units-core to derive all of the relevant mathematical operators for the derived struct, so long as that struct contains only a single named field. For example:
```rust use simplesiunitsmacros::Unit; use simplesiunitscore::NumLike;
struct Velocity
fn weighted_sum
This library is open source, licensed under the Mozilla Public License version 2.0. In summary, you may include this source code as-is in both open-source and proprietary projects without requesting permission from me, but if you modify the source code from this library then you must make your modified version of this library available under an open-source license.