new-home-proxy 0.1.2

This is a part of the New Home IoT System. It is used to make the core available in the www.
1
2
3
4
5
6
7
8
/// This module contains all the code for the client config
pub mod config;

/// This contains all the handlers used in the client
pub mod handler;

/// This contains a name generator used in the config to generate the client_id field
pub mod name_generator;