dyn_quantity 0.5.11

Representing physical quantities dynamically (i.e. via values, not via the type system)
Documentation
dyn_quantity
============

<!-- This file has ben generated with build.rs by concatenating docs/links.md,
docs/main.md and (if available docs/end.md). Do not modify this file, instead
modify the components. -->

[`DynQuantity`]: https://docs.rs/dyn_quantity/{{VERSION}}/dyn_quantity/quantity/struct.DynQuantity.html
[`Unit`]: https://docs.rs/dyn_quantity/{{VERSION}}/dyn_quantity/unit/struct.Unit.html
[`Quantity`]: https://docs.rs/uom/latest/uom/si/struct.Quantity.html
[`serde_impl`]: https://docs.rs/dyn_quantity/{{VERSION}}/dyn_quantity/quantity/serde_impl/index.html
[`serialize_quantity`]: https://docs.rs/dyn_quantity/{{VERSION}}/dyn_quantity/quantity/serde_impl/fn.serialize_quantity.html
[`serialize_with_units`]: https://docs.rs/dyn_quantity/{{VERSION}}/dyn_quantity/quantity/serde_impl/fn.serialize_with_units.html
[`deserialize_quantity`]: https://docs.rs/dyn_quantity/{{VERSION}}/dyn_quantity/quantity/serde_impl/fn.deserialize_quantity.html
[`FromStr`]: https://doc.rust-lang.org/std/str/trait.FromStr.html
[`from_str_impl`]: https://docs.rs/dyn_quantity/{{VERSION}}/dyn_quantity/quantity/from_str_impl/index.html
[`uom_impl`]: https://docs.rs/dyn_quantity/{{VERSION}}/dyn_quantity/quantity/uom_impl/index.html
[dyn_quantity_lexer]: https://docs.rs/dyn_quantity_lexer/latest/dyn_quantity_lexer/index.html

[![Documentation](https://docs.rs/dyn_quantity/badge.svg)](https://docs.rs/dyn_quantity)

A crate for dealing with quantities where the units are only known at runtime.

The full API documentation is available at https://docs.rs/dyn_quantity/{{VERSION}}/dyn_quantity.