1
2
3
4
5
6
7
//! This crate is a API helper for SCP: Secret Laboratory game.
//! Official API reference can be found [here](https://api.scpslgame.com).

#![warn(missing_docs)]

pub mod ip;
pub mod server_info;