14 Commits

Author SHA1 Message Date
Martin Berg Alstad
e7f1ae156d Ignore Case function 2024-06-21 18:07:42 +02:00
Martin Berg Alstad
ede5eedc24 load html on compile time instead of runtime.
Maybe fixed not found link to refer to correct url in release
2024-06-20 18:00:12 +02:00
Martin Berg Alstad
2dd361ce7e Not found page with html and moved utils into index and split http requests to separate files.
Static dir for hosting html files.

Helper function for loading HTML.

Changed location where openapi.html is generated and updated dockerfile
2024-06-20 14:05:51 +02:00
Martin Berg Alstad
6df5152061 Fixed hide intermediate steps, such that header and body is of same length 2024-06-17 23:04:47 +02:00
Martin Berg Alstad
6b6f4b4779 Table endpoint for generating a truth table from a string expression 2024-06-17 00:21:18 +02:00
Martin Berg Alstad
849c87a878 Fixed bug with deserializing of bool 2024-06-16 20:19:03 +02:00
Martin Berg Alstad
d24fafdcb7
Operations (#2)
* Fixed? operations for elim_of_implication

* Removed simplify

* Returned to original operations. Moved som dupelicate code to func
2024-06-16 19:24:52 +02:00
Martin Berg Alstad
4d953178e3 Host OpenAPI Redoc page in dev mode 2024-06-16 01:24:29 +02:00
Martin Berg Alstad
9431eb2fa9 Option to hide false or true values in truthTable 2024-06-16 00:36:59 +02:00
Martin Berg Alstad
b9998ce7bf Option to sort truthTable 2024-06-16 00:12:52 +02:00
Martin Berg Alstad
32d5089b44 Options for truth table.
Propagate error message from parser to client
2024-06-15 23:45:06 +02:00
Martin Berg Alstad
2a826be8ea Logging. CORS(*). Version in response and error type for JSON response 2024-06-13 18:58:50 +02:00
Martin Berg Alstad
3ad1ad53fc Fixed truth table generation 2024-06-13 11:34:57 +02:00
Martin Berg Alstad
9cb0fa0a59 Fix opposite_eq method.
Simplify method in Simplify trait.

Fix distributive law.

Response for the simplify endpoint.

HTTP client.

camelCase and SCREAMING_SNAKE_CASE for struct and enum
2024-06-07 13:06:09 +02:00