mirror of
https://github.com/YGGverse/ggemini.git
synced 2026-04-01 01:25:32 +00:00
10 lines
124 B
Rust
10 lines
124 B
Rust
pub mod client;
|
|
pub mod gio;
|
|
|
|
// Main API
|
|
|
|
pub use client::Client;
|
|
|
|
// Global defaults
|
|
|
|
pub const DEFAULT_PORT: u16 = 1965;
|