lurk_lcsc

Crates.iolurk_lcsc
lib.rslurk_lcsc
version2.3.11
created_at2025-08-28 02:02:35.633365+00
updated_at2025-11-08 20:35:58.77344+00
descriptionLCSC LURK Protocol written in Rust
homepage
repositoryhttps://github.com/The24Kings/lurk_lcsc
max_upload_size
id1813462
size119,504
Riley (The24Kings)

documentation

https://docs.rs/lurk-lcsc

README

lurk_lcsc

A Rust library for building Lurk protocol servers and clients.
This crate implements the Lurk Protocol, enabling MUD text-based MMORPG games over the network.


Features

  • Provides core data structures for Lurk messages (character, room, etc.)
  • Handles parsing and serialization of Lurk protocol messages from TcpStream
  • Ready to be used in both client and server implementations

Optional Features

  • tracing: Enables logging via the tracing crate

Installation

Add lurk_lcsc to your Cargo.toml:

[dependencies]
lurk_lcsc = { version = "2.3.11" }
Commit count: 0

cargo fmt