lurk_lcsc

Crates.iolurk_lcsc
lib.rslurk_lcsc
version2.3.6
created_at2025-08-28 02:02:35.633365+00
updated_at2025-09-03 23:06:54.887784+00
descriptionLURK Protocol for Rust
homepage
repository
max_upload_size
id1813462
size51,902
Riley (The24Kings)

documentation

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.

[!NOTE] I probably won't be adding anything more to this, or creating documentation, go read the wiki.


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.6" }
Commit count: 0

cargo fmt