Render basic body contents

This commit is contained in:
Joscha 2022-03-05 23:03:07 +01:00
parent 35bfc8d285
commit 32959cf691
6 changed files with 170 additions and 6 deletions

View file

@ -1,3 +1,5 @@
// TODO Make as few things async as necessary
#![warn(clippy::use_self)]
pub mod client;