Operations on absorption law and split the function in two.

Distributive law operations.

Added some new unit tests.
This commit is contained in:
Martin Berg Alstad
2024-06-27 17:55:39 +02:00
parent 08d7fa2319
commit d18b7bdaf8
4 changed files with 239 additions and 70 deletions

View File

@ -13,9 +13,6 @@ tokio = { version = "1.38.0", features = ["macros", "rt-multi-thread"] }
serde = { version = "1.0.203", features = ["derive", "rc"] }
# API
axum = { version = "0.7.5", features = ["macros"] }
tower-http = { version = "0.5.2", features = ["cors", "trace", "normalize-path"] }
# Logging
tracing = "0.1.40"
tracing-subscriber = "0.3.18"
tower-http = { version = "0.5.2", features = ["cors"] }
lib = { git = "https://github.com/emberal/rust-lib.git", tag = "1.1.1", features = ["axum", "vec", "nom", "serde", "derive", "tokio"] }