arkaoe

Crates.ioarkaoe
lib.rsarkaoe
version0.1.0
sourcesrc
created_at2024-02-14 00:32:37.359087
updated_at2024-02-14 00:32:37.359087
descriptionWeb server providing tools for the Age of Empires II real-time strategy video-game
homepagehttps://github.com/Arkanosis/arkaoe
repositoryhttps://github.com/Arkanosis/arkaoe
max_upload_size
id1139176
size72,027
Jérémie Roquet (Arkanosis)

documentation

https://github.com/Arkanosis/arkaoe

README

arkaoe License

arkaoe is a web server providing tools for the Age of Empires II real-time strategy video-game.

Usage

Usage: arkaoe serve [--hostname=<hostname>] [--port=<port>]
       arkaoe -h | --help
       arkaoe --version

Commands:
    serve                    Start a small HTTP server to serve the tools.

Options:
    -h, --help               Show this screen.
    --hostname=<hostname>    Hostname to resolve to find the network interface to serve the tools [default: localhost].
    --port=<port>            Port on which to serve the tools [default: 8080].
    --version                Show version.

Compiling

Run cargo build --release in your working copy.

Contributing and reporting bugs

Contributions are welcome through GitHub pull requests.

Please report bugs and feature requests on GitHub issues.

License

arkaoe is copyright (C) 2024 Jérémie Roquet jroquet@arkanosis.net and licensed under the ISC license.

Commit count: 0

cargo fmt