fuzzy_logic_engine_rs 0.7.4

Fuzzy logic inference engine library in Rust
Documentation
[dependencies.thiserror]
version = "1.0"

[[example]]
name = "it_department_decision__build_vs_buy"
path = "examples/it_department_decision__build_vs_buy.rs"

[[example]]
name = "motor_control"
path = "examples/motor_control.rs"

[[example]]
name = "private_financial_decisions_at_home"
path = "examples/private_financial_decisions_at_home.rs"

[[example]]
name = "restaurant_tip_level"
path = "examples/restaurant_tip_level.rs"

[[example]]
name = "robotic_behaviours__abstacle_avoidance"
path = "examples/robotic_behaviours__abstacle_avoidance.rs"

[[example]]
name = "smart_irrigation_in_iot_farming"
path = "examples/smart_irrigation_in_iot_farming.rs"

[[example]]
name = "smart_office_energy_management"
path = "examples/smart_office_energy_management.rs"

[[example]]
name = "steering_wheel_in_autonomous_car"
path = "examples/steering_wheel_in_autonomous_car.rs"

[lib]
name = "fuzzy_logic_engine_rs"
path = "src/lib.rs"

[package]
authors = ["Marcin Bielak <marcin.bieli+FuzzyLogicEngineRs@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Fuzzy logic inference engine library in Rust"
edition = "2021"
homepage = "https://github.com/bieli/fuzzy-logic-engine-rs"
keywords = ["fuzzy-logic", "fuzzy-control", "rules-based", "logic", "inference"]
license = "Apache-2.0"
name = "fuzzy_logic_engine_rs"
readme = "README.md"
repository = "https://github.com/bieli/fuzzy-logic-engine-rs"
version = "0.7.4"

[[test]]
name = "fis_tests"
path = "tests/fis_tests.rs"

[[test]]
name = "math_helpers_tests"
path = "tests/math_helpers_tests.rs"

[[test]]
name = "membership_tests"
path = "tests/membership_tests.rs"

[[test]]
name = "rule_tests"
path = "tests/rule_tests.rs"

[[test]]
name = "term_tests"
path = "tests/term_tests.rs"

[[test]]
name = "variable_tests"
path = "tests/variable_tests.rs"