add some docs

This commit is contained in:
Thomas Koch 2025-01-12 13:02:45 +02:00
parent 81f1e22d53
commit 4a9f5201d1
4 changed files with 47 additions and 15 deletions

View file

@ -13,6 +13,7 @@ use ureq::http::Response;
use ureq::Body;
use url::Url;
/// How many feed entries should be included in the planet
const ENTRIES_LEN: usize = 10;
#[derive(Deserialize, Serialize, Default)]