mathhook 0.1.0

High-performance educational computer algebra system with ergonomic Rust macros
Documentation
[dependencies.mathhook-core]
version = "0.1.0"

[dependencies.num-bigint]
features = ["serde"]
version = "0.4"

[dependencies.num-rational]
features = ["serde"]
version = "0.4"

[dependencies.serde_json]
version = "1.0"

[dev-dependencies.criterion]
features = ["html_reports"]
version = "0.7.0"

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

[package]
authors = ["Ahmed Mashhour <mpghknown@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["mathematics", "science", "algorithms"]
description = "High-performance educational computer algebra system with ergonomic Rust macros"
documentation = "https://docs.rs/mathhook"
edition = "2021"
homepage = "https://github.com/AhmedMashour/mathhook"
keywords = ["mathematics", "algebra", "symbolic", "calculus", "education"]
license = "MIT OR Apache-2.0"
name = "mathhook"
readme = "README.md"
repository = "https://github.com/AhmedMashour/mathhook"
version = "0.1.0"

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

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

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

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

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

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

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