Skip to content

RustyServer v.0.1.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@onihilist onihilist released this 12 Jul 08:05
· 31 commits to main since this release

Release 0.1.0

Server is OK, he run and connected to the database, protocols are triggered, but he can handle one user.


Configuration file :

exemple :

[database]
host = "localhost"
port = 5432
username = "postgres"
password = "root"
database = "RustyDB"

[server]
maxUser = 30
timeout = 10000 #(ms)

Full Changelog: https://github.com/onihilist/RustyServer/commits/pre-release