1
0
mirror of https://github.com/actix/examples synced 2025-06-27 01:27:43 +02:00
Commit Graph

20 Commits

Author SHA1 Message Date
738c8879fd style: remove extra blank lines in do_something_random function 2025-05-04 19:19:13 -07:00
3fbe782be8 style: fix code formatting according to rustfmt 2025-05-04 19:17:55 -07:00
5ebb1ad951 feat: improve error handling example - Add structured error responses with JSON format - Improve error messages and logging - Add better success/error probability constants - Use proper logging levels - Add serde for JSON serialization 2025-05-04 19:12:37 -07:00
04f8cba71b chore: fmt 2025-03-21 06:07:31 +00:00
a7527d72f3 chore: edition 2024 2025-03-11 01:42:01 +00:00
df0dc549a5 chore: update derive_more to v2 2025-02-24 04:08:14 +00:00
ad0c1b765e chore: update rand to 0.9 2025-02-24 03:28:07 +00:00
697d2ec49d chore: update deps 2024-07-07 02:51:12 +01:00
e475c8f324 doc: add usage into README.md file in basics/error-handling folder (#613) 2023-03-27 16:07:11 +01:00
b951c4dbee move derive_more to workspace dep 2023-01-02 20:38:03 +00:00
59ecb09c20 move rand to workspace dep 2023-01-02 20:35:37 +00:00
91ffa11e19 move a couple more things to workspace deps 2023-01-02 20:33:43 +00:00
66c7e1e9b5 use workspace deps for log and env_logger 2022-12-30 16:25:40 +00:00
aee47e0817 Use workspace dependencies for actix-web (#594) 2022-12-21 14:49:28 +00:00
c78332c0f9 update env_logger to 0.10 2022-12-11 15:25:57 +00:00
e1d124c0e3 fmt 2022-03-07 13:34:59 +00:00
f27cc4b6b4 normalize ports to 8080 2022-03-06 00:41:32 +00:00
4dc9199781 update actix web to stable version 2022-02-25 21:08:53 +00:00
fbd3b228e9 fmt 2022-02-18 02:44:02 +00:00
6f1c9e2350 standardize binary names 2022-02-18 02:22:58 +00:00