net-component 0.1.0

This crate defines core traits and types for the components in net-timescale. The component in the context is a separate microservice which handles each own type of requests from net-gateway - rest server. Because of the amount of such services we decided to create a trait which defines the skeleton of each one to reduce the code duplicate.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Apache 2.0 Notice for net-stalker Project

This product includes software developed by the Apache Software Foundation (http://www.apache.org/).

Third-party software:
- tokio: https://github.com/tokio-rs/tokio
- Copyright (c) 2023 Tokio Contributors
- License: MIT License
  https://opensource.org/licenses/MIT

---

net-stalker Project:
- Copyright (c) 2024 The net-stalker Developers
- Licensed under the Apache License, Version 2.0
  https://www.apache.org/licenses/LICENSE-2.0