The main highlight is the move to calloop to handle all the requests
which makes it possible to remove all the active polling and clean the
data reading/writing, as well as accepting arbitrary long payloads.
This update also fixes the CI for the repository by moving it to github
actions, sets the minimum rust version, and edition to 2021.
Fixes#46.
Fixes#44.
Fixes#34.