Skip to content
This repository has been archived by the owner on Oct 22, 2023. It is now read-only.

vaidyuti/marketprice-middleware

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vaidyuti Marketprice Middleware

The marketprice middleware project uses rust.

How to use?

Create a .env file and specify the HOST and PORT variables.

HOST=test.mosquitto.org
PORT=1883

Then cargo run the project.

How to compile?

Requires cargo to compile the binary which is avaliable along with rust. Make sure to use the --release flag for faster builds.

Optionally use the upx utility to make the executable even smaller.

git clone https://github.com/vaidyuti/marketprice-middleware.git
cd marketprice-middleware
cargo build --release
upx target/release/marketprice.exe --lzma -9

ignore record if error just use err!()

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published