1#![doc = include_str!("../README.md")] 2#![deny(missing_docs)] 3 4mod authorization_policy; 5/// The service module contains the `IoT` Hub Service Client that can be used to manage the `IoT` Hub. 6pub mod service;