Crates.io | ortb_v2_5 |
lib.rs | ortb_v2_5 |
version | 0.1.8 |
source | src |
created_at | 2021-12-15 23:16:12.552812 |
updated_at | 2024-08-21 06:07:51.758258 |
description | This is a rustlang implementation of OpenRTB 2.5 |
homepage | |
repository | https://github.com/asharif/ortb_v2_5 |
max_upload_size | |
id | 498882 |
size | 86,285 |
This is a rustlang implementation of OpenRTB 2.5.
rustup
To build for GNU/Linux:
rustup target add x86_64-unknown-linux-musl
brew install filosottile/musl-cross/musl-cross
make build-debug
make
Or specifically for Linux
make build-linux
make unit-test