diff options
author | 53hornet <atc@53hor.net> | 2021-12-09 18:41:52 -0500 |
---|---|---|
committer | 53hornet <atc@53hor.net> | 2021-12-09 18:41:52 -0500 |
commit | 1b00dd0ba5fb29e3f97084f3ed335d555eee06e4 (patch) | |
tree | f4e272cdb1e5b15d183cf4c367d388d2d2572b62 /drafts/2020-11-24-i-like-hyper-more-than-actix.php | |
parent | d73fe1c6e6dee6f582f00c24f6b361f996b7d331 (diff) | |
download | 53hor-1b00dd0ba5fb29e3f97084f3ed335d555eee06e4.tar.xz 53hor-1b00dd0ba5fb29e3f97084f3ed335d555eee06e4.zip |
feat: add links to nav, add linking book svg
Diffstat (limited to 'drafts/2020-11-24-i-like-hyper-more-than-actix.php')
-rw-r--r-- | drafts/2020-11-24-i-like-hyper-more-than-actix.php | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/drafts/2020-11-24-i-like-hyper-more-than-actix.php b/drafts/2020-11-24-i-like-hyper-more-than-actix.php deleted file mode 100644 index 33c5d9e..0000000 --- a/drafts/2020-11-24-i-like-hyper-more-than-actix.php +++ /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> |