rulanugrh / hyperion

Example Chat Service with Rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hyperion

banner

Installation

First you have to do 2 steps below

# clone my project into your local
$ git clone https://github.com/rulanugrh/hyperion

# after clone you can change to folder hyperion
$ cd hyperion

After that you can running file build.sh

# to change permission file
$ chmod +x build.sh

# to show help command
$ ./build.sh help

# to running linting rust project
$ ./build.sh lint

# to build release project
$ ./build.sh build

This project is the result of my learning from the tutorial i saw :u

About

Example Chat Service with Rust


Languages

Language:Rust 96.5%Language:Shell 3.5%