WICRS服务器 用于处理以锈写的聊天室和消息传递组的服务器。 建造 请按照说明安装Rust。 每晚需要rustc 1.52.0或更高版本。 然后克隆git repo,然后构建: git clone https://github.com/wicrs/server.git wicrs_server cd wicrs_server cargo +nightly build # to build the release version run cargo +nightly build --release 设置 首先,您需要按照的说明创建GitHub OAuth应用程序,确保将回调URL设置为$HOSTNAME:$PORT/api/v2/auth/github ,将$PORT替换$PORT您在配置中选择的端口,然后替换$HOSTNAME以及访问WICRS API时将导航到的地址。 要运行服务