6 lines
75 B
Rust
6 lines
75 B
Rust
pub mod init;
|
|
|
|
mod connection_settings {
|
|
pub const MAXCONN: u32 = 5;
|
|
}
|