draupnir 0.1.9

Draupnir — the nordisk boot/provisioning library: fire up a runtime from one BootSpec across three backends (KVM via tunnr · OCI container · Redfish bare-metal virtual-media) and drive its power lifecycle. Odin's ring that drips eight identical copies → boot a fleet of identical machines from one ISO.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# One style for the whole constellation.
#
# These repos are linked by path dependencies, so `cargo fmt --all` run in ANY
# of them reaches into the others through the shared workspace. On 2026-08-06 a
# single run from holger reformatted facett (688 files), edda (~270) and znippy
# (81) -- which is where the recurring thousands of "dirty" lines came from.
# Nobody had run fmt in the repo that ended up dirty.
#
# rustfmt resolves this file per FILE, walking up from the source, so an
# identical copy in every repo makes the result the same no matter where the
# command was launched. Keep them identical; a divergent copy re-arms the mine.
#
# Plain defaults, deliberately: use_small_heuristics = "Max" was measured worse
# here (196 of 225 files rewritten in holger, against 179 for defaults).
edition = "2021"