High performance and low weight api server aim to Rockchip
platform, and possible support other embedded system.
To contribute to Mars colony program, follow the guide below 👇
shell
cargo install rk-dashboard-webapi
rk-dashboard-webapi -c ./Server.toml
shell
cargo run
shell
curl localhost:8888/temperatures
export RUST_BACKTRACE=full # first
cargo install cargo-nextest
cargo nextest run --no-capture ${your_test_function_name}
shell
cargo test integration_test
shell
cargo test --features mock
```shell export PKGCONFIGPATH="/usr/lib/arm-linux-gnueabihf/pkgconfig" export PKGCONFIGALLOW_CROSS="true"
cargo build --release --target armv7-unknown-linux-gnueabihf ```
shell
cargo build --target aarch64-unknown-linux-gnu
This program build with sysinfo and axum;
MIT