Rewrite .NET solar API in rust

This commit is contained in:
2025-09-03 17:25:57 +02:00
parent e56a8b0ccf
commit 05a0974ce8
34 changed files with 1037 additions and 703 deletions

View File

@@ -14,10 +14,10 @@ A mono repository containing all the homebrew collectors and REST APIs running o
### Runtime (server)
- .NET 6, [website](https://dotnet.microsoft.com/en-us/download/dotnet/6.0)
- Curl: the multiprotocol file tranfser library, [website](https://curl.haxx.se/libcurl/)
- GNU Make, [website](https://www.gnu.org/software/make/)
- Libfmt, [website](https://github.com/fmtlib/fmt)
- Rust, [website](https://www.rust-lang.org/learn/get-started)
- Spdlog, [website](https://github.com/gabime/spdlog)
- Sqlite3: a small SQL database engine, v3.39.2, [website](https://www.sqlite.org/index.html)
@@ -27,7 +27,6 @@ In addition to all the runtime dependencies the following dependencies are requi
- A C++20 compatible compiler
- Nlohmann JSON, [website](https://github.com/nlohmann/json/tree/v3.11.2)
- cxxopts, [website](https://github.com/jarro2783/cxxopts/tree/v3.0.0)
## Examples