iab 0.2.0

This library provides strongly-typed structures for OpenRTB, AdCOM, and other specifications published by the Interactive Advertising Bureau (IAB) for the Rust programming language.
Documentation
{
  "id": "some-request-id",
  "seatbid": [
      {
        "seat": "appnexus",
        "bid": [
          {
            "id": "apn-bid-1",
            "impid": "imp-id-1",
            "price": 0.1,
            "w": 3000,
            "h": 6000,
            "crid": "creative-1",
            "ext": {
              "origbidcpm": 0.1,
              "prebid": {
                "meta": {},
                "type": "banner"
              }
            }
          },
          {
            "id": "apn-bid-2",
            "impid": "imp-id-2",
            "price": 0.2,
            "w": 200,
            "h": 400,
            "crid": "creative-2",
            "ext": {
              "origbidcpm": 0.2,
              "prebid": {
                "meta": {},
                "type": "video"
              }
            }
          },
          {
            "id": "apn-bid-3",
            "impid": "imp-id-3",
            "price": 0.3,
            "w": 300,
            "h": 600,
            "crid": "creative-3",
            "ext": {
              "origbidcpm": 0.3,
              "prebid": {
                "meta": {},
                "type": "native"
              }
            }
          }
        ]
      }
    ]
}