move body component to data::text namespace

This commit is contained in:
yggverse 2024-10-31 05:17:02 +02:00
parent d5cea24891
commit 20270d6b30
6 changed files with 127 additions and 210 deletions

View file

@ -1,8 +1,6 @@
//! Read and parse Gemini response as GObject
//! Read and parse Gemini response as Object
pub mod body;
pub mod data;
pub mod meta;
pub use body::Body;
pub use meta::Meta;