1 unstable release
0.0.0 | Mar 16, 2019 |
---|
#109 in #units
7KB
uom-macros
⚠ 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.
Contributing
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.
License
Licensed under either of
- Apache License, Version 2.0, (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
at your option.