# openrtb2 [![ci](https://github.com/mechiru/openrtb2/workflows/ci/badge.svg)](https://github.com/mechiru/openrtb2/actions?query=workflow:ci) [![Rust Documentation](https://docs.rs/openrtb2/badge.svg)](https://docs.rs/openrtb2) [![Latest Version](https://img.shields.io/crates/v/openrtb2.svg)](https://crates.io/crates/openrtb2) An implementation of [OpenRTB 2.5 FINAL](https://iabtechlab.com/wp-content/uploads/2016/07/OpenRTB-API-Specification-Version-2-5-FINAL.pdf). ## Types | Rust type | OpenRTB specification | |-------------|------------------------------------------------| | `T` | Required Fields / A field with a default value | | `Option` | Optional fields / Recommended Fields | ## License Licensed under either of [Apache License, Version 2.0](./LICENSE-APACHE) or [MIT license](./LICENSE-MIT) at your option.