1 2 3 4 5 6 7 8
//! The Krill daemon. //! //! This module contains the code actually driving the daemon including //! processing HTTP requests for the API. pub mod http; pub mod start;