[[bin]]
name = "format-measure-n-d"
path = "src/bin/format-measure-n-d.rs"
[dev-dependencies.nalgebra]
version = "0.32.3"
[dev-dependencies.rand]
version = "0.8.5"
[dev-dependencies.trybuild]
features = ["diff"]
version = "1.0"
[[example]]
name = "base"
path = "examples/base.rs"
[[example]]
name = "bench"
path = "examples/bench.rs"
[[example]]
name = "bench2"
path = "examples/bench2.rs"
[[example]]
name = "full"
path = "examples/full.rs"
[[example]]
name = "mks"
path = "examples/mks.rs"
[[example]]
name = "nbody-measures"
path = "examples/nbody-measures.rs"
[[example]]
name = "nbody-naked"
path = "examples/nbody-naked.rs"
[[example]]
name = "poc"
path = "examples/poc.rs"
[[example]]
name = "si"
path = "examples/si.rs"
[[example]]
name = "unit"
path = "examples/unit.rs"
[lib]
name = "rs_measures"
path = "src/lib.rs"
[package]
authors = ["Carlo Milanesi <carlo.milanesi@libero.it>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A library of Rust macros to encapsulate numbers in measures, provided with units of measurement, allowing any meaningful operation, but statically forbidding meaningless operations with them."
edition = "2018"
license = "MIT OR Apache-2.0"
name = "rs-measures"
publish = true
readme = "README.md"
repository = "https://github.com/carlomilanesi/rs-measures"
version = "0.4.1"
[[test]]
name = "all-define-units-relationship"
path = "tests/all-define-units-relationship.rs"
[[test]]
name = "test_affine_map_2d"
path = "tests/test_affine_map_2d.rs"
[[test]]
name = "test_affine_map_3d"
path = "tests/test_affine_map_3d.rs"
[[test]]
name = "test_angles_consts"
path = "tests/test_angles_consts.rs"
[[test]]
name = "test_derived_1d"
path = "tests/test_derived_1d.rs"
[[test]]
name = "test_derived_2d"
path = "tests/test_derived_2d.rs"
[[test]]
name = "test_linear_map_2d"
path = "tests/test_linear_map_2d.rs"
[[test]]
name = "test_linear_map_3d"
path = "tests/test_linear_map_3d.rs"
[[test]]
name = "test_measure_1d"
path = "tests/test_measure_1d.rs"
[[test]]
name = "test_measure_2d"
path = "tests/test_measure_2d.rs"
[[test]]
name = "test_measure_3d"
path = "tests/test_measure_3d.rs"
[[test]]
name = "test_measure_point_1d"
path = "tests/test_measure_point_1d.rs"
[[test]]
name = "test_measure_point_2d"
path = "tests/test_measure_point_2d.rs"
[[test]]
name = "test_measure_point_3d"
path = "tests/test_measure_point_3d.rs"
[[test]]
name = "test_signed_directions"
path = "tests/test_signed_directions.rs"
[[test]]
name = "test_unsigned_directions"
path = "tests/test_unsigned_directions.rs"
[[test]]
name = "test_utils"
path = "tests/test_utils.rs"