working base

This commit is contained in:
Michal Humpula
2025-03-16 10:20:48 +01:00
parent 0ddf5f1c36
commit 5fbd72b370
19 changed files with 3261 additions and 0 deletions

12
AGENTS.md Normal file
View File

@@ -0,0 +1,12 @@
Use code comments only when absolutely needed. Less comments the better.
Documentation is contain in doc/ folder.
For building the code, use docker/podman. Never build directly on the machine.
Since the setup requires network manipulation, we need to execute docker-compose with sudo
When testing code to compile and if it works in basic way, use
`sudo podman-compose exec route-switcher-dev -- cargo build` and
`sudo podman-compose exec route-switcher-dev -- cargo run`
Do not add extra vars to those commands, RUST_LOG=debug is already configured.