/* Copyright (c) Fortanix, Inc.
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
//! The normal flow for using IAS is to create an IAS client with
//! `client::ClientBuilder::build()`, call the `get_sig_rl` and `verify_quote`
//! APIs, then call `verifier::verify_report`.
extern crate lazy_static;
extern crate log;
extern crate bitflags;
use fmt;
;