Expand description
Test-friendly API adapters and mock implementations. Small public fixtures and helpers for embedding and examples.
This module exists to expose stable, low-friction building blocks that make the crate easier to demonstrate and test from the outside. Today that is mainly the in-memory LDAP fixture used by doctests, service examples, and integration tests.
Contract:
- items here should stay deterministic and lightweight
- this is a convenience surface for examples and tests, not a production transport layer
Structsยง
- Mock
Ldap Client - In-memory LDAP test double used by examples, unit tests, and service tests.