# slp-server-rust **Repository Path**: cyw1023/slp-server-rust ## Basic Information - **Project Name**: slp-server-rust - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-03-29 - **Last Updated**: 2021-03-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # slp-server-rust [![Build](https://github.com/spacemeowx2/slp-server-rust/workflows/Build/badge.svg?branch=master)](https://github.com/spacemeowx2/slp-server-rust/actions?query=workflow%3ABuild) [![Gitpod ready-to-code](https://img.shields.io/badge/Gitpod-ready--to--code-blue?logo=gitpod)](https://gitpod.io/#https://github.com/spacemeowx2/slp-server-rust) [switch-lan-play](https://github.com/spacemeowx2/switch-lan-play) Server written in Rust. ## Usage Goto release page: https://github.com/spacemeowx2/slp-server-rust/releases, grab the latest release, and run it. ## Build from source 1. Install [`rustup`](https://rustup.rs/) first, and make sure using the latest stable rust version. 2. cargo run ``` cargo run --release ``` 3. Done