mirror of
https://github.com/YGGverse/ggemini.git
synced 2026-03-31 17:15:31 +00:00
reorder namespaces
This commit is contained in:
parent
a0fa799163
commit
d0a26f429b
1 changed files with 1 additions and 2 deletions
|
|
@ -6,8 +6,6 @@ pub mod error;
|
||||||
pub mod response;
|
pub mod response;
|
||||||
pub mod session;
|
pub mod session;
|
||||||
|
|
||||||
use std::rc::Rc;
|
|
||||||
|
|
||||||
pub use connection::Connection;
|
pub use connection::Connection;
|
||||||
pub use error::Error;
|
pub use error::Error;
|
||||||
pub use response::Response;
|
pub use response::Response;
|
||||||
|
|
@ -19,6 +17,7 @@ use gio::{
|
||||||
TlsClientConnection,
|
TlsClientConnection,
|
||||||
};
|
};
|
||||||
use glib::{object::Cast, Bytes, Priority, Uri};
|
use glib::{object::Cast, Bytes, Priority, Uri};
|
||||||
|
use std::rc::Rc;
|
||||||
|
|
||||||
pub const DEFAULT_TIMEOUT: u32 = 10;
|
pub const DEFAULT_TIMEOUT: u32 = 10;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue