summaryrefslogtreecommitdiff
path: root/posts/programming/2020-11-24-i-like-hyper-more-than-actix.html
diff options
context:
space:
mode:
authorAdam T. Carpenter <atc@53hor.net>2021-04-21 22:57:39 -0400
committerAdam T. Carpenter <atc@53hor.net>2021-04-21 22:57:39 -0400
commit890b34bcc1a6b4073d1e512b1386634f7bc5ea52 (patch)
tree17efbec82a5bc118c2ae0b3ec56acbf159e4edda /posts/programming/2020-11-24-i-like-hyper-more-than-actix.html
parente87bdb082057c4eddd1af159374b667c7fe234d4 (diff)
download53hor-890b34bcc1a6b4073d1e512b1386634f7bc5ea52.tar.xz
53hor-890b34bcc1a6b4073d1e512b1386634f7bc5ea52.zip
unified posts dir, until I can figure out makefile sub-subdirs. makefile auto-generates index
Diffstat (limited to 'posts/programming/2020-11-24-i-like-hyper-more-than-actix.html')
-rw-r--r--posts/programming/2020-11-24-i-like-hyper-more-than-actix.html23
1 files changed, 0 insertions, 23 deletions
diff --git a/posts/programming/2020-11-24-i-like-hyper-more-than-actix.html b/posts/programming/2020-11-24-i-like-hyper-more-than-actix.html
deleted file mode 100644
index 33c5d9e..0000000
--- a/posts/programming/2020-11-24-i-like-hyper-more-than-actix.html
+++ /dev/null
@@ -1,23 +0,0 @@
-<h1>
- I Like <a href="https://hyper.rs">hyper</a> more than
- <a href="https://actix.rs">Actix Web</a>
-</h1>
-
-<article>
- <p>
- I've been using Actix Web as the HTTP service layer for some web
- applications for a while now. I've written several APIs for work and
- personal projects on top of Actix and always thought it was pretty spiffy
- for what it does: listen for HTTP requests and respond to them with code
- I've written. I was always a little bummed about how large the dependency
- tree was with the project though, and how long it took to compile.
- </p>
-
- <p>
- Recently I've been trying to write or depend on as little code as is
- possible to get the job done, so I've been trying to take a look at whether
- or not I
- <em>need</em> what I've written or imported or even though of implementing
- before I've written anything.
- </p>
-</article>