docker run --rm -it -p 8000:8000 \ -e ROCKET_ADDRESS=0.0.0.0 \ -e IRON_GUARD_SECRET=[RANDOM SECRET] \ -e IRON_GUARD_DB_HOST=host.docker.internal \ -e IRON_GUARD_DB ...
Guard patterns, unlike match arm guards, can be nested within other patterns. In particular, guard patterns nested within or-patterns can depend on the branch of the or-pattern being matched. This has ...