hyper (2 articles)

Write a simple web service in Rust using hyper

03.12.2020 - 25m read - rust web hyper

In this post, I’ll show how to implement a Rust web application using the hyper library.


A CLI Gitlab MR-Creator in Rust using Hyper and Git2

03.09.2019 - 35m read - Rust Gitlab hyper git2 git

This post showcases a small CLI tool written in Rust using both synchronous and asynchronous execution flow.