serverworks 0.0.1

A library that makes creating a server easy and uncomplicated.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[dependencies]

[package]
authors = ["João Fernandes <0rangeFox@saphirex.pt>"]
categories = ["game-development", "network-programming"]
description = "A library that makes creating a server easy and uncomplicated."
edition = "2021"
homepage = "https://github.com/0rangeFox/SERVERWORKS"
include = ["src/**/*.rs", "Cargo.toml", "LICENSE", "README.md"]
keywords = ["game", "modular", "network", "server"]
license = "MIT"
name = "serverworks"
readme = "README.md"
repository = "https://github.com/0rangeFox/SERVERWORKS"
rust-version = "1.56.0"
version = "0.0.1"