mc-server-status 1.0.0

High-performance asynchronous Rust library for querying Minecraft server status (Java & Bedrock), Fork of Rust MC Status
Documentation
1
2
3
4
5
6
7
8
9
// Copyright (c) 2025 pynickle. This is a fork of Original Crate. Original copyright: Copyright (c) 2025 NameOfShadow

pub mod client;
pub mod error;
pub mod models;

pub use client::McClient;
pub use error::McError;
pub use models::*;