mirror of
https://github.com/YGGverse/ggemini.git
synced 2026-04-01 01:25:32 +00:00
move body component to data::text namespace
This commit is contained in:
parent
d5cea24891
commit
20270d6b30
6 changed files with 127 additions and 210 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue