rem-server

Crates.iorem-server
lib.rsrem-server
version0.1.1
created_at2025-11-12 03:37:37.092248+00
updated_at2025-11-14 07:21:52.882019+00
descriptionJSON-RPC Client for the REM Toolchain
homepage
repositoryhttps://github.com/RuleBrittonica/3712_Rust_Research_Project.git
max_upload_size
id1928766
size116,778
Matthew Britton (RuleBrittonica)

documentation

README

REM-server

This provides a simple JSON-RPC server for handling REM commands from an external source (e.g. the REM-VSCode extension). The server is under active development and may change in future releases. The server communicates over stdin/stdout using a custom JSON-RPC protocol. It expects one JSON-RPC request per line, and responds with one JSON-RPC response per request.

All REM components needed are installed automatically when installing REM-sever using cargo. To install REM-server, run the following command:

cargo install rem-server
Commit count: 0

cargo fmt