From 12fa705af77caa11eaa663bb3330d3d370604285 Mon Sep 17 00:00:00 2001 From: CppCXY <812125110@qq.com> Date: Thu, 12 Sep 2024 17:21:45 +0800 Subject: [PATCH] update readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f609dd8..9f92c9d 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# Project Status +# Lua Language Server Rust Port -This project is currently a work in progress. It is an exploration of using Rust as a host. +This is a Rust port of the Lua Language Server. Not all code is implemented in Rust; only the host program has been rewritten in Rust, while some C code is still used. The main goal of this port is to ensure compatibility with more platforms. # Build Support