Crates.io | lurk_lcsc |
lib.rs | lurk_lcsc |
version | 2.3.6 |
created_at | 2025-08-28 02:02:35.633365+00 |
updated_at | 2025-09-03 23:06:54.887784+00 |
description | LURK Protocol for Rust |
homepage | |
repository | |
max_upload_size | |
id | 1813462 |
size | 51,902 |
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.
tracing
: Enables logging via the tracing crateAdd lurk_lcsc
to your Cargo.toml
:
[dependencies]
lurk_lcsc = { version = "2.3.6" }