rsiot-http-server 0.0.71

HTTP-сервер
Documentation
1
2
3
4
5
/// Маршрут для получения сообщений
pub async fn root() -> String {
    let text = include_str!("../../doc/api_description.md");
    text.to_string()
}