This is a rustlang implementation of OpenRTB 2.5.
- Rustlang 1.56.1 and the cargo ecosystem. use
rustup
To build for GNU/Linux:
- Install cross compile toolchain to build for Linux
rustup target add x86_64-unknown-linux-musl - Install musl-gcc (OSX)
brew install filosottile/musl-cross/musl-cross
make build-debug
make
Or specifically for Linux
make build-linux
make unit-test