Expand description
Adaptive embedding adapters: cover-profile matching, STC-inspired optimisation, and platform compression simulation.
I/O is allowed here; domain logic lives in domain/adaptive.
Structs§
- Adaptive
Optimiser Impl - Concrete adversarial optimiser.
- Compression
Simulator Impl - Compression simulator using the
imagecrate for in-memory JPEG encode/ decode. No temporary files are used — bytes flow through aCursor. - Cover
Profile Matcher Impl - Concrete cover-profile matcher.
Functions§
- build_
adaptive_ profile_ deps - Construct the three built-in adaptive adapters that together form the default profile-hardening dependency set.