From 0c54c4702362cdacfbdf627aea60b41a2d552f73 Mon Sep 17 00:00:00 2001 From: Ryan Date: Fri, 28 Oct 2022 13:24:08 -0400 Subject: [PATCH] Docs: Add ArchipelagoRS to the Network Protocol docs (#1153) --- docs/network protocol.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/network protocol.md b/docs/network protocol.md index 84587ab2..c0a07648 100644 --- a/docs/network protocol.md +++ b/docs/network protocol.md @@ -25,6 +25,7 @@ There are also a number of community-supported libraries available that implemen | | [APCpp](https://github.com/N00byKing/APCpp) | CMake | | JavaScript / TypeScript | [archipelago.js](https://www.npmjs.com/package/archipelago.js) | Browser and Node.js Supported | | Haxe | [hxArchipelago](https://lib.haxe.org/p/hxArchipelago) | | +| Rust | [ArchipelagoRS](https://github.com/ryanisaacg/archipelago_rs) | | ## Synchronizing Items When the client receives a [ReceivedItems](#ReceivedItems) packet, if the `index` argument does not match the next index that the client expects then it is expected that the client will re-sync items with the server. This can be accomplished by sending the server a [Sync](#Sync) packet and then a [LocationChecks](#LocationChecks) packet.