mirror of
https://git.xeondev.com/reversedrooms/hoyo-sdk.git
synced 2025-09-24 23:10:59 -04:00
11 lines
346 B
Markdown
11 lines
346 B
Markdown
# hoyo-sdk
|
|
|
|
Portable and lightweight SDK server implementation in Rust.
|
|
|
|
### Usage
|
|
Just compile and run. The server uses sqlite, so no additional database setup required.
|
|
|
|
### Register an account
|
|
By default, you can register an account here: http://127.0.0.1:20100/account/register
|
|
(assuming you're running server with the default configuration)
|