Skip to content
This repository has been archived by the owner on Dec 12, 2024. It is now read-only.

f2pqingque/smol-sr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

smol-sr

minimal sr server aimed for minimal file size.

it uses the smol runtime instead of the usual go-to tokio.

sdkserver is abusing build.rs, can probably go lower if using hyper instead too.

for the more "complete" and "proper" PS go to https://github.com/f2pqingque/sr

binary sizes

  • sdkserver: 305 KB (312,320 bytes)
  • gameserver: 276 KB (283,136 bytes)

image

tutorial:

cargo run --release --bin sdk
cargo run --release --bin gme

Releases

No releases published

Packages

No packages published

Languages