| Crates.io | rem-server |
| lib.rs | rem-server |
| version | 0.1.1 |
| created_at | 2025-11-12 03:37:37.092248+00 |
| updated_at | 2025-11-14 07:21:52.882019+00 |
| description | JSON-RPC Client for the REM Toolchain |
| homepage | |
| repository | https://github.com/RuleBrittonica/3712_Rust_Research_Project.git |
| max_upload_size | |
| id | 1928766 |
| size | 116,778 |
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