Crates.io | uom-macros |
lib.rs | uom-macros |
version | 0.0.0 |
source | src |
created_at | 2019-03-16 18:21:46.497486 |
updated_at | 2019-03-16 18:21:46.497486 |
description | Units of measurement -- procedural macros |
homepage | |
repository | https://github.com/iliekturtles/uom |
max_upload_size | |
id | 121416 |
size | 18,728 |
⚠ This crate is currently a placeholder for future development efforts. ⚠
uom-macros
provides procedural macro support for uom
. Two function-style macros are available.
system!
, to define a system of quantities and a related system of units, and quantity!
, to
define quantities within a system. See the uom
crate for full
details.
Contributions are welcome from everyone. Submit a pull request, an issue, or just add comments to an
existing item. The International Bureau of Weights and Measures is an international
standards organization that publishes the SI Brochure. This document defines the SI
and can be used as a comprehensive reference for changes to uom
. Conversion factors for non-SI
units can be found in NIST Special Publication 811.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as below, without any additional terms or conditions.
Licensed under either of
at your option.