scpsl_api/
lib.rs

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