irox-fixedmath 0.2.0

Fixed Precision Math Primitives
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "irox-bits"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1b2c33e4d4ba7dca30fdb321ae93bee0ffa1ad3796b0ba7a4269debc1d378df6"

[[package]]
name = "irox-fixedmath"
version = "0.2.0"
dependencies = [
 "irox-tools",
]

[[package]]
name = "irox-tools"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7d9c05fcbfddc577deffe0352d1b69148059890faa64ce644c2302c1704e5ebe"
dependencies = [
 "irox-bits",
]