ortb_v2_5

Crates.ioortb_v2_5
lib.rsortb_v2_5
version0.1.8
sourcesrc
created_at2021-12-15 23:16:12.552812
updated_at2024-08-21 06:07:51.758258
descriptionThis is a rustlang implementation of OpenRTB 2.5
homepage
repositoryhttps://github.com/asharif/ortb_v2_5
max_upload_size
id498882
size86,285
Arash Sharif (asharif)

documentation

README

example workflow

ortb_v2_5

This is a rustlang implementation of OpenRTB 2.5.

Requirements

  1. Rustlang 1.56.1 and the cargo ecosystem. use rustup

To build for GNU/Linux:

  1. Install cross compile toolchain to build for Linux rustup target add x86_64-unknown-linux-musl
  2. Install musl-gcc (OSX) brew install filosottile/musl-cross/musl-cross

Build with debug symbols and no optimization

make build-debug

Build for release and those delicious rust optimizations

make Or specifically for Linux make build-linux

Unit Test

make unit-test

Commit count: 0

cargo fmt